Skip to content

Commit 56e76e2

Browse files
committed
fix: correction
1 parent 17d12ca commit 56e76e2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

helm-charts/mend-renovate-ce/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

helm-charts/mend-renovate-ce/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ service:
281281
https: 443
282282
annotations: { }
283283
# cloud.google.com/load-balancer-type: "Internal"
284+
labels: { }
284285

285286
ingress:
286287
enabled: false
@@ -314,7 +315,6 @@ annotations: { }
314315
labels:
315316
deployment: { }
316317
pods: { }
317-
service: { }
318318

319319
nodeSelector: { }
320320

helm-charts/mend-renovate-ee/templates/server-svc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

helm-charts/mend-renovate-ee/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

566566
ingress:
567567
enabled: false

0 commit comments

Comments
 (0)