Add Pod label configuration for argocd-notifications ()

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
main argocd-notifications-1.5.0
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
charts/argocd-notifications

View File

@ -3,7 +3,7 @@ appVersion: 1.1.1
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
name: argocd-notifications
type: application
version: 1.4.4
version: 1.5.0
home: https://github.com/argoproj/argo-helm
icon: https://argocd-notifications.readthedocs.io/en/stable/assets/logo.png
keywords:
@ -15,4 +15,4 @@ maintainers:
- name: andyfeller
annotations:
artifacthub.io/changes: |
- "[Fixed]: Use correct names for ConfigMap and Secret"
- "[Added]: Configuration for Pod labels"

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:

View File

@ -73,6 +73,8 @@ notifiers:
podAnnotations: {}
podLabels: {}
## Pod Security Context
securityContext:
runAsNonRoot: true