Skip to content

Commit

Permalink
SDIT-2316: 🎨 Use separate app insights configuration secret (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergphillips authored Nov 21, 2024
1 parent 34728b5 commit 96653ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helm_deploy/hmpps-template-kotlin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ generic-service:
env:
JAVA_OPTS: "-Xmx512m"
SERVER_PORT: "8080"
APPLICATIONINSIGHTS_CONNECTION_STRING: "InstrumentationKey=$(APPINSIGHTS_INSTRUMENTATIONKEY)"
APPLICATIONINSIGHTS_CONFIGURATION_FILE: applicationinsights.json

# Pre-existing kubernetes secrets to load as environment variables in the deployment.
Expand All @@ -32,7 +31,7 @@ generic-service:
EXAMPLE_API_CLIENT_ID: "TEMPLATE_KOTLIN_API_CLIENT_ID"
EXAMPLE_API_CLIENT_SECRET: "TEMPLATE_KOTLIN_API_CLIENT_SECRET"
application-insights:
APPINSIGHTS_INSTRUMENTATIONKEY: "APPINSIGHTS_INSTRUMENTATIONKEY"
APPLICATIONINSIGHTS_CONNECTION_STRING: "APPLICATIONINSIGHTS_CONNECTION_STRING"

allowlist:
groups:
Expand Down

0 comments on commit 96653ed

Please sign in to comment.