diff --git a/script/helm/garage/templates/_helpers.tpl b/script/helm/garage/templates/_helpers.tpl index 187e1223..2ffb90c6 100644 --- a/script/helm/garage/templates/_helpers.tpl +++ b/script/helm/garage/templates/_helpers.tpl @@ -47,8 +47,8 @@ helm.sh/chart: {{ include "garage.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{ with .Values.commonLabels }} -{{- toYaml . }} +{{- with .Values.commonLabels }} +{{- toYaml . | nindent 0 }} {{- end }} {{- end }}