Skip to content

Commit 043cf94

Browse files
committed
fix: typos
1 parent ec6a8db commit 043cf94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm-charts/mend-renovate-ce/templates/deployment.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.pods }}
11+
{{- with .Values.labels.deployment }}
1212
{{- toYaml . | nindent 4 }}
1313
{{- end }}
1414
spec:

helm-charts/mend-renovate-ee/templates/worker-deployment.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.renovateWorker.labels.pods }}
11+
{{- with .Values.renovateWorker.labels.deployment }}
1212
{{- toYaml . | nindent 4 }}
1313
{{- end }}
1414
spec:

0 commit comments

Comments
 (0)