fixes the mounting of this only when deployStandalone is true

Signed-off-by: edward kim <edward.kim@lendi.com.au>
This commit is contained in:
edward kim 2025-08-21 17:39:31 +10:00
parent 0e6e8af1c3
commit 2bd3daa742

View File

@ -54,7 +54,7 @@ spec:
value: {{ .Values.db.database }}
- name: DATABASE_URL
value: {{ .Values.db.url | quote }}
{{- else }}
{{- else if .Values.db.deployStandalone }}}}
- name: DATABASE_URL
value: postgresql://{{ .Values.postgresql.auth.username }}:{{ .Values.postgresql.auth.password }}@{{ .Release.Name }}-postgresql/{{ .Values.postgresql.auth.database }}
{{- end }}