Skip to content

Commit

Permalink
fix: add env vars in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonat75 committed Jan 18, 2024
1 parent 8d56667 commit 1dd0942
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ app:
redirectFrom:
- "egapro.fabrique.social.gouv.fr"
- "index-egapro.travail.gouv.fr"
vars:
SECURITY_MONCOMPTEPRO_CLIENT_ID: "$(SECURITY_MONCOMPTEPRO_CLIENT_ID)"
SECURITY_MONCOMPTEPRO_CLIENT_SECRET: "$(SECURITY_MONCOMPTEPRO_CLIENT_SECRET)"
envFrom:
- secretRef:
name: "{{ .Values.global.pgSecretName }}"
Expand Down

0 comments on commit 1dd0942

Please sign in to comment.