feat(argo-cd): Pass Secret name to Notification controller
Signed-off-by: ranrubin <ranrubin@gmail.com>
This commit is contained in:
parent
2eea9d0b05
commit
f61ef8324e
1 changed files with 1 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue