Browse Source

Merge 7fc1a6cefb into 41d3ba4312

pull/2503/merge
Ben Tomasini 1 month ago
committed by GitHub
parent
commit
ffbfe1bba3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      dev/helm/templates/_helpers.tpl

2
dev/helm/templates/_helpers.tpl

@ -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