File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 helm.sh/chart : {{ include "mend-renovate.chart" . }}
99 app.kubernetes.io/instance : {{ .Release.Name }}
1010 app.kubernetes.io/managed-by : {{ .Release.Service }}
11- {{- with .Values.labels. service }}
11+ {{- with .Values.service.labels }}
1212 {{- toYaml . | nindent 4 }}
1313 {{- end }}
1414 {{- with .Values.service.annotations }}
Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ service:
281281 https : 443
282282 annotations : { }
283283 # cloud.google.com/load-balancer-type: "Internal"
284+ labels : { }
284285
285286ingress :
286287 enabled : false
@@ -314,7 +315,6 @@ annotations: { }
314315labels :
315316 deployment : { }
316317 pods : { }
317- service : { }
318318
319319nodeSelector : { }
320320
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 helm.sh/chart : {{ include "mend-renovate.chart" . }}
99 app.kubernetes.io/instance : {{ .Release.Name }}
1010 app.kubernetes.io/managed-by : {{ .Release.Service }}
11- {{- with .Values.renovateServer .labels.service }}
11+ {{- with .Values.service .labels }}
1212 {{- toYaml . | nindent 4 }}
1313 {{- end }}
1414 {{- with .Values.service.annotations }}
Original file line number Diff line number Diff line change @@ -239,7 +239,6 @@ renovateServer:
239239 labels :
240240 deployment : { }
241241 pods : { }
242- service : { }
243242
244243 nodeSelector : { }
245244
@@ -562,6 +561,7 @@ service:
562561 http : 80
563562 https : 443
564563 # cloud.google.com/load-balancer-type: "Internal"
564+ labels : { }
565565
566566ingress :
567567 enabled : false
You can’t perform that action at this time.
0 commit comments