Add Pod label configuration for argocd-notifications (#907)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
2beca15feb
commit
2fd39754de
3 changed files with 7 additions and 2 deletions
|
|
@ -20,6 +20,9 @@ spec:
|
|||
{{- end }}
|
||||
labels:
|
||||
{{- include "argocd-notifications.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