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 d935d51 commit 68c7825Copy full SHA for 68c7825
charts/gitops-runtime/templates/_helpers.tpl
@@ -115,6 +115,7 @@ Determine argocd repoServer url
115
{{- $repoServer := (index .Values "global" "integrations" "argo-cd" "repoServer") }}
116
{{- $svc := required ".Values.global.integrations.argo-cd.repoServer.svc is not set" $repoServer.svc }}
117
{{- $port := required ".Values.global.integrations.argo-cd.repoServer.port is not set" $repoServer.port }}
118
+ {{- printf "%s:%s" $svc $port }}
119
{{- end}}
120
121
0 commit comments