Skip to content

Commit

Permalink
Merge pull request #44 from sean-mcgimpsey/master
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak authored Apr 26, 2021
2 parents 710f880 + 4d92767 commit 58f23c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ spec:
secretKeyRef:
name: {{ include "fusionauth.database.secretName" . }}
key: password
{{- if .Values.database.root.password }}
- name: DATABASE_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "fusionauth.database.secretName" . }}
key: rootpassword
{{- end }}
- name: DATABASE_ROOT_USERNAME
value: {{ .Values.database.root.user }}
- name: DATABASE_URL
Expand Down

0 comments on commit 58f23c8

Please sign in to comment.