diff --git a/charts/argo-cd/templates/_helpers.tpl b/charts/argo-cd/templates/_helpers.tpl index 437ce143..cc2910b5 100644 --- a/charts/argo-cd/templates/_helpers.tpl +++ b/charts/argo-cd/templates/_helpers.tpl @@ -270,7 +270,6 @@ Helper template to set argocd server url in event reporter {{- $port := .Values.server.service.servicePortHttps }} {{- if (index .Values.configs.params "server.insecure") }} {{- $port = .Values.server.service.servicePortHttp }} - {{- $protocol = "http"}} {{- end }} {{- printf "%s:%v" (include "argo-cd.server.fullname" .) $port }} {{- end -}}