Attempt to make use of postgres helm chart without setting DATABASE_URL

This commit is contained in:
David Burke 2022-04-05 11:04:48 -04:00
parent fa7f7acd2b
commit 74f1ec9f6c
7 changed files with 62 additions and 13 deletions

View file

@ -12,6 +12,3 @@ data:
{{- if .Values.redis.enabled }}
REDIS_URL: {{ include "django.redis.url" . | b64enc | quote }}
{{- end }}
{{- if .Values.postgresql.enabled }}
DATABASE_URL: {{ include "django.postgresql.url" . | b64enc | quote }}
{{- end }}