feat(argo-rollouts): Add podLabels at the controller & dashboard level (#2678)
This commit is contained in:
parent
35bc505bec
commit
0882bfcbd6
5 changed files with 10 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ spec:
|
|||
labels:
|
||||
{{- include "argo-rollouts.selectorLabels" . | nindent 8 }}
|
||||
app.kubernetes.io/component: {{ .Values.controller.component }}
|
||||
{{- range $key, $value := .Values.podLabels }}
|
||||
{{- range $key, $value := (mergeOverwrite (deepCopy .Values.podLabels) .Values.controller.podLabels) }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
spec:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue