Skip to content

Commit

Permalink
Add missing env vars to helm chart (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops authored Aug 6, 2024
1 parent c4f1b3c commit 7909b5e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions helm_deploy/hmpps-health-ping/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ generic-service:
ingress:
enabled: false

# Due to a bug cant disable/override the sub chart.
# https://github.com/helm/helm/pull/12162
# Due to a bug cant disable/override the sub chart.
# https://github.com/helm/helm/pull/12162
# Have implemented a basic http health endpoint, until this bug is fixed.
#livenessProbe: null
#readinessProbe: null
Expand Down Expand Up @@ -53,6 +53,9 @@ generic-service:
hmpps-health-ping:
SERVICE_CATALOGUE_API_ENDPOINT: "SERVICE_CATALOGUE_API_ENDPOINT"
SERVICE_CATALOGUE_API_KEY: "SERVICE_CATALOGUE_API_KEY"
GITHUB_APP_ID: "GITHUB_APP_ID"
GITHUB_APP_INSTALLATION_ID: "GITHUB_APP_INSTALLATION_ID"
GITHUB_APP_PRIVATE_KEY: "GITHUB_APP_PRIVATE_KEY"
elasticache-redis:
REDIS_ENDPOINT: "primary_endpoint_address"
REDIS_TOKEN: "auth_token"
Expand Down

0 comments on commit 7909b5e

Please sign in to comment.