Skip to content

Commit

Permalink
Elm 2135 change secret name (#3)
Browse files Browse the repository at this point in the history
* Removed template secrets from namespace

* Updated deployment to use correct certificate
  • Loading branch information
JazJax authored Sep 17, 2024
1 parent 33ea5a7 commit 64204db
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generic-service:
ingress:
enabled: true
host: app-hostname.local # override per environment
tlsSecretName: hmpps-template-kotlin-cert
tlsSecretName: hmpps-electronic-monitoring-datastore-cert
# TODO: Do we need to change this secret name?
# Do we need to make this match the secret record we create in the namespace?
# This seems unlikely, as it looks like secrets and secret-names are per-environment
Expand All @@ -34,8 +34,6 @@ generic-service:
APPINSIGHTS_INSTRUMENTATIONKEY: "APPINSIGHTS_INSTRUMENTATIONKEY"
# TODO: Check that the appinsights_instrumentaitonKey exists in the NS
# Example client registration secrets
EXAMPLE_API_CLIENT_ID: "TEMPLATE_KOTLIN_API_CLIENT_ID"
EXAMPLE_API_CLIENT_SECRET: "TEMPLATE_KOTLIN_API_CLIENT_SECRET"
# TODO: add in appropriate client registration details - once these exist in the namespace

allowlist:
Expand Down

0 comments on commit 64204db

Please sign in to comment.