We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a302a commit 1990f13Copy full SHA for 1990f13
charts/gitops-runtime/templates/gitops-operator.yaml
@@ -15,7 +15,9 @@
15
{{/* Set repo server service and port */}}
16
{{- $_ := set $gitopsOperatorContext.Values.argoCdNotifications.argocd.repoServer "fullname" (include "codefresh-gitops-runtime.argocd.reposerver.servicename" . ) }}
17
{{- $_ := set $gitopsOperatorContext.Values.argoCdNotifications.argocd.repoServer "port" (include "codefresh-gitops-runtime.argocd.reposerver.serviceport" . ) }}
18
-
+
19
+ {{/* Set argo-cd-server service and port */}}
20
+ {{- $_ := set $gitopsOperatorContext.Values.env "ARGO_CD_URL" (include "codefresh-gitops-runtime.argocd.server.url" . ) }}
21
22
{{/* Set workflows url */}}
23
{{- if index .Values "argo-workflows" "enabled" }}
0 commit comments