Add Pod label configuration for argocd-applicationset (#906)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
81ec515e54
commit
91d2a56ca8
4 changed files with 9 additions and 2 deletions
|
|
@ -17,6 +17,9 @@ spec:
|
|||
{{- end }}
|
||||
labels:
|
||||
{{- include "argo-applicationset.selectorLabels" . | nindent 8 }}
|
||||
{{- with .Values.podLabels }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue