Skip to content

Commit 09a31a6

Browse files
🌱 : Remove extra space before the labels section
1 parent a2e0553 commit 09a31a6

File tree

1 file changed

+1
-1
lines changed
  • pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates/chart-templates

1 file changed

+1
-1
lines changed

pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates/chart-templates/helpers_tpl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const helmHelpersTemplate = `{{` + "`" + `{{- define "chart.name" -}}` + "`" + `
6262
Common labels for the chart.
6363
*/}}
6464
{{` + "`" + `{{- define "chart.labels" -}}` + "`" + `}}
65-
{{` + "`" + `{{- if .Chart.AppVersion }}` + "`" + `}}
65+
{{` + "`" + `{{- if .Chart.AppVersion -}}` + "`" + `}}
6666
app.kubernetes.io/version: {{` + "`" + `{{ .Chart.AppVersion | quote }}` + "`" + `}}
6767
{{` + "`" + `{{- end }}` + "`" + `}}
6868
{{` + "`" + `{{- if .Chart.Version }}` + "`" + `}}

0 commit comments

Comments
 (0)