Skip to content

Commit

Permalink
chore: keys
Browse files Browse the repository at this point in the history
update deployment secret key refs
  • Loading branch information
Jonathan Langlois committed Dec 9, 2021
1 parent 10b56f4 commit cd6d2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/keycloak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ spec:
value: {{ .Values.postgres.dbName }}
# DB Admin Credentials
- name: SSO_ADMIN_USERNAME
value: {{ .Values.credentials.adminUsername }}
value: {{ .Values.postgres.credentials.adminUsername }}
- name: SSO_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: {{ template "fullname" . }}
key: {{ .Values.credentials.adminPasswordKey }}
key: {{ .Values.postgres.credentials.passwordKey }}
# DB POOL SIZES
- name: DB_MIN_POOL_SIZE
value: {{ .Values.postgres.poolSize.min | quote }}
Expand Down

0 comments on commit cd6d2ba

Please sign in to comment.