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 68c7825 commit 3d1e00dCopy full SHA for 3d1e00d
charts/gitops-runtime/templates/_helpers.tpl
@@ -155,7 +155,7 @@ Determine argocd server service port. Must be called with chart root context
155
{{- end }}
156
157
158
-{{- print $port }}
+{{- printf "%v" $port }}
159
{{- end}}
160
161
{{/*
@@ -164,7 +164,7 @@ Determine argocd redis service port. Must be called with chart root context
164
{{- define "codefresh-gitops-runtime.argocd.redis.serviceport" -}}
165
{{- $argoCDValues := (get .Values "argo-cd") }}
166
{{- $port := $argoCDValues.redis.servicePort }}
167
168
169
170
0 commit comments