Skip to content

Commit

Permalink
update authservice
Browse files Browse the repository at this point in the history
  • Loading branch information
knikhil42 committed Sep 20, 2022
1 parent d7142d0 commit 95b1ce2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions charts/cdefense/templates/authservice/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ spec:
- name: authservice
image: {{ .Values.authservice.image }}:{{ .Values.version }}
env:
- name: POSTGRE_DB_URL
valueFrom:
configMapKeyRef:
name: cdefense-config
key: DB_CONNECTION_STRING
- name: POSTGRE_DB_USERNAME
valueFrom:
configMapKeyRef:
name: cdefense-config
key: DB_USER
- name: POSTGRE_DB_PASSWORD
valueFrom:
secretKeyRef:
name: cdefense-secrets
key: DB_PASSWORD
- name: SENTRY_ENV
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 95b1ce2

Please sign in to comment.