Jason Paul Deland
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 -}} |
|
|
{{- if .Values.postgresql.fullnameOverride -}} |
|
|
{{- .Values.postgresql.fullnameOverride | trunc 63 | trimSuffix "-" -}} |
|
|
{{- .Values.postgresql.fullnameOverride | trunc 63 | trimSuffix "-" -}} |
|
|
{{- else -}} |
|
|
{{- else -}} |
|
|
{{ printf "%s-%s" .Chart.Name "postgresql"}} |
|
|
|
|
|
|
|
|
{{ printf "%s-%s" .Release.Name "postgresql"}} |
|
|
{{- end -}} |
|
|
{{- end -}} |
|
|
{{- end -}} |
|
|
{{- end -}} |
|
|
|
|
|
|
|
|