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 @@ -47,7 +47,7 @@ func (f *HelmHelpers) SetTemplateDefaults() error {
4747const helmHelpersTemplate = `{{` + "`" + `{{- define "chart.name" -}}` + "`" + `}}
4848{{` + "`" + `{{- if .Chart }}` + "`" + `}}
4949 {{` + "`" + `{{- if .Chart.Name }}` + "`" + `}}
50- {{` + "`" + `{{ .Chart.Name | trunc 63 | trimSuffix "-" }}` + "`" + `}}
50+ {{` + "`" + `{{- .Chart.Name | trunc 63 | trimSuffix "-" }}` + "`" + `}}
5151 {{` + "`" + `{{- else if .Values.nameOverride }}` + "`" + `}}
5252 {{` + "`" + `{{ .Values.nameOverride | trunc 63 | trimSuffix "-" }}` + "`" + `}}
5353 {{` + "`" + `{{- else }}` + "`" + `}}
Original file line number Diff line number Diff line change 11{ {- define " chart.name" -} }
22{ {- if .Chart } }
33 { {- if .Chart.Name } }
4- { { .Chart.Name | trunc 63 | trimSuffix " -" } }
4+ { {- .Chart.Name | trunc 63 | trimSuffix " -" } }
55 { {- else if .Values.nameOverride } }
66 { { .Values.nameOverride | trunc 63 | trimSuffix " -" } }
77 { {- else } }
You can’t perform that action at this time.
0 commit comments