You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{- if not (index .Values "gitops-operator" "argoCdNotifications" "imageOverride") }}
25
-
{{- $_ := set $gitopsOperatorContext.Values.argoCdNotifications.image "repository" (required "ArgoCD is not enabled and .Values.global.external-argo-cd.server.image is not set" $argoCDImageDict.repository) }}
26
-
{{- $_ := set $gitopsOperatorContext.Values.argoCdNotifications.image "tag" (required "ArgoCD is not enabled and .Values.global.external-argo-cd.server.tag is not set" $argoCDImageDict.tag) }}
27
-
{{- end }}
28
-
29
17
{{- else }}
30
18
{{- fail "ArgoCD is not enabled and .Values.global.external-argo-cd.server.image is not set" }}
0 commit comments