Attempt to make use of postgres helm chart without setting DATABASE_URL
This commit is contained in:
parent
fa7f7acd2b
commit
74f1ec9f6c
7 changed files with 62 additions and 13 deletions
|
@ -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 }}
|
Reference in a new issue