diff --git a/dev/helm/templates/_helpers.tpl b/dev/helm/templates/_helpers.tpl index 40af2a9e..193ceab7 100644 --- a/dev/helm/templates/_helpers.tpl +++ b/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 -}}