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 }}