File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mend-renovate-ce/templates
mend-renovate-ee/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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.pods }}
11+ {{- with .Values.labels.deployment }}
1212 {{- toYaml . | nindent 4 }}
1313 {{- end }}
1414spec :
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.renovateWorker.labels.pods }}
11+ {{- with .Values.renovateWorker.labels.deployment }}
1212 {{- toYaml . | nindent 4 }}
1313 {{- end }}
1414spec :
You can’t perform that action at this time.
0 commit comments