More postgres fixes
This commit is contained in:
parent
421fde816a
commit
95f1d26d94
4 changed files with 19 additions and 10 deletions
|
@ -48,9 +48,12 @@ spec:
|
|||
env:
|
||||
- name: SERVER_ROLE
|
||||
value: "beat"
|
||||
{{- if .Values.env.secret.DATABASE_URL }}
|
||||
- name: DATABASE_URL
|
||||
value: {{ .Values.env.secret.DATABASE_URL }}
|
||||
{{- if .Values.postgresql.enabled }}
|
||||
- name: DATABASE_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ include "django.postgresql.fullname" . }}
|
||||
key: postgres-password
|
||||
{{- end }}
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue