File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
chart/jetstacksecure-mp/templates Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1313 descriptor :
1414 type : Jetstack Secure Platform
1515 version : " 1.1.0-gcm.1" # Must be the same as in the schema.yaml file.
16+ icons :
17+ - src : https://platform.jetstack.io/logo_icon.png
18+ size : 458x500
19+ type : image/png
1620 selector :
1721 matchLabels :
18- app.kubernetes.io/name : " {{ .Release.Name }}"
22+ app.kubernetes.io/instance : " {{ .Release.Name }}"
1923 addOwnerRef : true
2024 componentKinds :
2125 - group : " "
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ metadata:
77 helm.sh/chart : " {{ .Chart.Name }}"
88 app.kubernetes.io/version : " {{ .Chart.AppVersion }}"
99 app.kubernetes.io/component : ubbagent
10+ app.kubernetes.io/instance : " {{ .Release.Name | trunc 63 | trimSuffix " -" }}"
11+
1012data :
1113 config.yaml : |
1214 # The identity section contains authentication information used
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ metadata:
77 helm.sh/chart : {{ .Chart.Name }}
88 app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
99 app.kubernetes.io/name : {{ .Release.Name | trunc 63 | trimSuffix "-" }}
10+ app.kubernetes.io/instance : {{ .Release.Name | trunc 63 | trimSuffix "-" }}
1011 app.kubernetes.io/component : ubbagent
1112spec :
1213 replicas : 1
You can’t perform that action at this time.
0 commit comments