File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
chart/jetstack-secure-gcm/templates Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ metadata:
6
6
labels :
7
7
helm.sh/chart : " {{ .Chart.Name }}"
8
8
app.kubernetes.io/version : " {{ .Chart.AppVersion }}"
9
- app.kubernetes.io/component : ubbagent
9
+ app.kubernetes.io/name : " {{ .Chart.Name | trunc 63 | trimSuffix " -" }}"
10
10
app.kubernetes.io/instance : " {{ .Release.Name | trunc 63 | trimSuffix " -" }}"
11
+ app.kubernetes.io/component : ubbagent
11
12
12
13
data :
13
14
config.yaml : |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
labels :
7
7
helm.sh/chart : {{ .Chart.Name }}
8
8
app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
9
- app.kubernetes.io/name : {{ .Release .Name | trunc 63 | trimSuffix "-" }}
9
+ app.kubernetes.io/name : {{ .Chart .Name | trunc 63 | trimSuffix "-" }}
10
10
app.kubernetes.io/instance : {{ .Release.Name | trunc 63 | trimSuffix "-" }}
11
11
app.kubernetes.io/component : ubbagent
12
12
spec :
You can’t perform that action at this time.
0 commit comments