misc: helm - align secret name (#2220)

***NO_CI***
This commit is contained in:
Jason Paul Deland 2020-07-22 15:02:40 -04:00 committed by GitHub
parent a14759a9c9
commit e8a11f82bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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