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
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ func (f *HelmHelpers) SetTemplateDefaults() error {
47
47
const helmHelpersTemplate = `{{` + "`" + `{{- define "chart.name" -}}` + "`" + `}}
48
48
{{` + "`" + `{{- if .Chart }}` + "`" + `}}
49
49
{{` + "`" + `{{- if .Chart.Name }}` + "`" + `}}
50
- {{` + "`" + `{{ .Chart.Name | trunc 63 | trimSuffix "-" }}` + "`" + `}}
50
+ {{` + "`" + `{{- .Chart.Name | trunc 63 | trimSuffix "-" }}` + "`" + `}}
51
51
{{` + "`" + `{{- else if .Values.nameOverride }}` + "`" + `}}
52
52
{{` + "`" + `{{ .Values.nameOverride | trunc 63 | trimSuffix "-" }}` + "`" + `}}
53
53
{{` + "`" + `{{- else }}` + "`" + `}}
Original file line number Diff line number Diff line change 1
1
{ {- define " chart.name" -} }
2
2
{ {- if .Chart } }
3
3
{ {- if .Chart.Name } }
4
- { { .Chart.Name | trunc 63 | trimSuffix " -" } }
4
+ { {- .Chart.Name | trunc 63 | trimSuffix " -" } }
5
5
{ {- else if .Values.nameOverride } }
6
6
{ { .Values.nameOverride | trunc 63 | trimSuffix " -" } }
7
7
{ {- else } }
You can’t perform that action at this time.
0 commit comments