We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca985c commit 08c0f7cCopy full SHA for 08c0f7c
templates/_helpers.tpl
@@ -105,7 +105,7 @@ Set postgresql db
105
{{- define "retool.postgresql.database" -}}
106
{{- if .Values.postgresql.enabled -}}
107
{{- .Values.postgresql.auth.database | quote -}}
108
-{{- elseif .Values.config.postgresql.db -}}
+{{- else if .Values.config.postgresql.db -}}
109
{{- .Values.config.postgresql.db | quote -}}
110
{{- else -}}
111
{{- .Values.config.postgresql.database | quote -}}
0 commit comments