Fixed small bug in existing secret

pull/2503/head
Ben Tomasini 4 years ago
parent dd27d58a28
commit 7fc1a6cefb

@ -92,7 +92,7 @@ Set postgres secret
{{- if .Values.postgresql.enabled -}}
{{- template "wiki.postgresql.fullname" . -}}
{{- else -}}
{{- template "wiki.fullname" . -}}
{{- default "postgresql-password" .Values.postgresql.existingSecret | quote -}}
{{- end -}}
{{- end -}}

Loading…
Cancel
Save