File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ Expand the name of the chart.
5
5
{ {- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix " -" -} }
6
6
{ {- end -} }
7
7
8
- { {/*
9
- Create chart name and version as used by the chart label.
10
- */} }
11
- { {- define " stackstorm-ha.chart" -} }
12
- { {- printf " %s-%s" .Chart.Name .Chart.Version | replace " +" " _" | trunc 63 | trimSuffix " -" -} }
13
- { {- end -} }
14
-
15
8
{ {/*
16
9
Common labels
17
10
Usage: " {{ include " stackstorm-ha.labels" (list $ " st2servicename" ) }}"
@@ -28,7 +21,7 @@ tier: tests
28
21
tier: backend
29
22
{ {- end } }
30
23
vendor: stackstorm
31
- chart: { { include " stackstorm-ha.chart " $root } }
24
+ chart: { { $ root .Chart.Name } }- { { $root .Chart.Version } }
32
25
heritage: { { $root .Release.Service } }
33
26
{ {- end -} }
34
27
You can’t perform that action at this time.
0 commit comments