From 1db22031a41799c7b43ba37a4168bfb233ad0bf9 Mon Sep 17 00:00:00 2001 From: Albert Dixon Date: Wed, 29 Jul 2020 19:25:09 -0700 Subject: [PATCH] charts/argocd-notifications/templates/deployment: use extraArgs --- charts/argocd-notifications/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/argocd-notifications/templates/deployment.yaml b/charts/argocd-notifications/templates/deployment.yaml index d9f53a25..30f88629 100644 --- a/charts/argocd-notifications/templates/deployment.yaml +++ b/charts/argocd-notifications/templates/deployment.yaml @@ -33,6 +33,9 @@ spec: {{- if .Values.metrics.enabled }} - --metrics-port={{ .Values.metrics.port }} {{- end }} + {{- range .Values.extraArgs }} + - {{ . | squote }} + {{- end }} ports: {{- if .Values.metrics.enabled }} - containerPort: {{ .Values.metrics.port }}