Unverified Commit e8a11f82 authored by Jason Paul Deland's avatar Jason Paul Deland Committed by GitHub

misc: helm - align secret name (#2220)

***NO_CI***
parent a14759a9
......@@ -70,7 +70,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- if .Values.postgresql.fullnameOverride -}}
{{- .Values.postgresql.fullnameOverride | trunc 63 | trimSuffix "-" -}}
{{- else -}}
{{ printf "%s-%s" .Chart.Name "postgresql"}}
{{ printf "%s-%s" .Release.Name "postgresql"}}
{{- end -}}
{{- end -}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment