From f61ef8324ebab399bcb27ad062cbf482cefe93fa Mon Sep 17 00:00:00 2001 From: ranrubin Date: Fri, 8 Mar 2024 11:56:13 +0200 Subject: [PATCH] feat(argo-cd): Pass Secret name to Notification controller Signed-off-by: ranrubin --- charts/argo-cd/templates/argocd-notifications/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-cd/templates/argocd-notifications/deployment.yaml b/charts/argo-cd/templates/argocd-notifications/deployment.yaml index f9b766f4..674639f4 100644 --- a/charts/argo-cd/templates/argocd-notifications/deployment.yaml +++ b/charts/argo-cd/templates/argocd-notifications/deployment.yaml @@ -66,6 +66,7 @@ spec: - --logformat={{ default .Values.global.logging.format .Values.notifications.logFormat }} - --namespace={{ .Release.Namespace }} - --argocd-repo-server={{ template "argo-cd.repoServer.fullname" . }}:{{ .Values.repoServer.service.port }} + - --secret-name={{ .Values.notifications.secret.name }} {{- range .Values.notifications.extraArgs }} - {{ . | squote }} {{- end }}