Skip to content

Commit 68c7825

Browse files
feat: external argocd unders .values.global.integrations
1 parent d935d51 commit 68c7825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/gitops-runtime/templates/_helpers.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Determine argocd repoServer url
115115
{{- $repoServer := (index .Values "global" "integrations" "argo-cd" "repoServer") }}
116116
{{- $svc := required ".Values.global.integrations.argo-cd.repoServer.svc is not set" $repoServer.svc }}
117117
{{- $port := required ".Values.global.integrations.argo-cd.repoServer.port is not set" $repoServer.port }}
118+
{{- printf "%s:%s" $svc $port }}
118119
{{- end}}
119120

120121

0 commit comments

Comments
 (0)