Skip to content

Commit

Permalink
AP-5465 Replace old secrets references (#7430)
Browse files Browse the repository at this point in the history
Co-authored-by: RoseSAK <[email protected]>
  • Loading branch information
RoseSAK and RoseSAK authored Nov 14, 2024
1 parent 5bc98b1 commit fa7bb42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm_deploy/apply-for-legal-aid/templates/_envs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,12 @@ env:
- name: LEGAL_FRAMEWORK_API_HOST
valueFrom:
secretKeyRef:
name: {{ template "apply-for-legal-aid.fullname" . }}
name: laa-apply-for-legalaid-secrets
key: legalFrameworkApiHost
- name: LEGAL_FRAMEWORK_API_HOST_JS
valueFrom:
secretKeyRef:
name: {{ template "apply-for-legal-aid.fullname" . }}
name: laa-apply-for-legalaid-secrets
key: legalFrameworkApiHostJS
- name: SLACK_ALERT_EMAIL
valueFrom:
Expand Down Expand Up @@ -376,7 +376,7 @@ env:
- name: GOOGLE_DATA_STUDIO_URL
valueFrom:
secretKeyRef:
name: {{ template "apply-for-legal-aid.fullname" . }}
name: laa-apply-for-legalaid-secrets
key: googleDataStudioUrl
- name: ENCRYPTION_PRIMARY_KEY
valueFrom:
Expand Down

0 comments on commit fa7bb42

Please sign in to comment.