More postgres fixes

This commit is contained in:
David Burke 2022-04-05 17:26:25 -04:00
parent 421fde816a
commit 95f1d26d94
4 changed files with 19 additions and 10 deletions

View file

@ -42,9 +42,12 @@ spec:
env:
- name: SERVER_ROLE
value: "worker"
{{- 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: