Skip to content

Commit

Permalink
Deploy configuration to use jwt_secret
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Aug 12, 2022
1 parent 6d73648 commit 9fc639d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions helm_configs/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,16 @@ secrets:
datasource.json: '${{ secrets.DATASOURCE }}'
oidc.json: '${{ secrets.OIDC }}'
functionalAccounts.json: '${{ secrets.FUNCTIONAL_ACCOUNTS }}'
jwt_secret: '${{ secrets.JWT_SECRET }}'

env:
- name: BASE_PATH
value: /api/v1
- name: JWT_SECRET
valueFrom:
secretKeyRef:
name: "{{ .Release.Name }}-s"
key: jwt_secret

volumeMounts:
- name: secrets-volume
Expand Down
2 changes: 1 addition & 1 deletion scilog

0 comments on commit 9fc639d

Please sign in to comment.