File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates/chart-templates
testdata/project-v4-with-plugins/dist/chart/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const helmHelpersTemplate = `{{` + "`" + `{{- define "chart.name" -}}` + "`" + `
6262Common labels for the chart.
6363*/}}
6464{{` + "`" + `{{- define "chart.labels" -}}` + "`" + `}}
65- {{` + "`" + `{{- if .Chart.AppVersion }}` + "`" + `}}
65+ {{` + "`" + `{{- if .Chart.AppVersion - }}` + "`" + `}}
6666app.kubernetes.io/version: {{` + "`" + `{{ .Chart.AppVersion | quote }}` + "`" + `}}
6767{{` + "`" + `{{- end }}` + "`" + `}}
6868{{` + "`" + `{{- if .Chart.Version }}` + "`" + `}}
Original file line number Diff line number Diff line change 1414
1515
1616{ {- define " chart.labels" -} }
17- { {- if .Chart.AppVersion } }
17+ { {- if .Chart.AppVersion - } }
1818app.kubernetes.io/version: { { .Chart.AppVersion | quote } }
1919{ {- end } }
2020{ {- if .Chart.Version } }
You can’t perform that action at this time.
0 commit comments