Skip to content

Commit

Permalink
Update to be compatible with new terraform module https://github.com/…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops committed Jan 22, 2025
1 parent e3393d9 commit 91bc857
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm_deploy/hmpps-template-kotlin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ generic-service:
# [name of environment variable as seen by app]: [key of kubernetes secret to load]

namespace_secrets:
hmpps-template-kotlin:
hmpps-template-kotlin-client-creds:
# Example client registration secrets
EXAMPLE_API_CLIENT_ID: "TEMPLATE_KOTLIN_API_CLIENT_ID"
EXAMPLE_API_CLIENT_SECRET: "TEMPLATE_KOTLIN_API_CLIENT_SECRET"
application-insights:
EXAMPLE_API_CLIENT_ID: "API_CLIENT_ID"
EXAMPLE_API_CLIENT_SECRET: "API_CLIENT_SECRET"
hmpps-template-kotlin-application-insights:
APPLICATIONINSIGHTS_CONNECTION_STRING: "APPLICATIONINSIGHTS_CONNECTION_STRING"

allowlist:
Expand Down

0 comments on commit 91bc857

Please sign in to comment.