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:
Petr Drastil 2021-08-27 15:12:29 +02:00 committed by GitHub
parent 2beca15feb
commit 2fd39754de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -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: