Browse Source

misc: helm - align secret name (#2220)

***NO_CI***
pull/2247/head
Jason Paul Deland 4 years ago
committed by GitHub
parent
commit
e8a11f82bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      dev/helm/templates/_helpers.tpl

2
dev/helm/templates/_helpers.tpl

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

Loading…
Cancel
Save