Skip to content

Commit 7cec851

Browse files
remove unused variable
1 parent 1937bd1 commit 7cec851

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charts/argo-cd/templates/_helpers.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ Helper template to set argocd server url in event reporter
270270
{{- $port := .Values.server.service.servicePortHttps }}
271271
{{- if (index .Values.configs.params "server.insecure") }}
272272
{{- $port = .Values.server.service.servicePortHttp }}
273-
{{- $protocol = "http"}}
274273
{{- end }}
275274
{{- printf "%s:%v" (include "argo-cd.server.fullname" .) $port }}
276275
{{- end -}}

0 commit comments

Comments
 (0)