Skip to content

Commit 08c0f7c

Browse files
author
May Zhong
committed
else if not elseif
1 parent eca985c commit 08c0f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Set postgresql db
105105
{{- define "retool.postgresql.database" -}}
106106
{{- if .Values.postgresql.enabled -}}
107107
{{- .Values.postgresql.auth.database | quote -}}
108-
{{- elseif .Values.config.postgresql.db -}}
108+
{{- else if .Values.config.postgresql.db -}}
109109
{{- .Values.config.postgresql.db | quote -}}
110110
{{- else -}}
111111
{{- .Values.config.postgresql.database | quote -}}

0 commit comments

Comments
 (0)