Skip to content

Commit

Permalink
Fix secret name (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrlee committed Nov 19, 2020
1 parent 472adbb commit 36a57e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm_deploy/hmpps-template-typescript/templates/_envs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ env:
- name: REDIS_HOST
valueFrom:
secretKeyRef:
name: hmpps_template_typescript_elasticache_redis
name: hmpps-template-typescript-elasticache-redis
key: primary_endpoint_address

- name: REDIS_AUTH_TOKEN
valueFrom:
secretKeyRef:
name: hmpps_template_typescript_elasticache_redis
name: hmpps-template-typescript-elasticache-redis
key: auth_token

- name: REDIS_TLS_ENABLED
Expand Down

0 comments on commit 36a57e7

Please sign in to comment.