From 7cec851f87418eaa4364a52dec1a07efa4c835de Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Sat, 10 Aug 2024 14:59:09 +0300 Subject: [PATCH] remove unused variable --- charts/argo-cd/templates/_helpers.tpl | 1 - 1 file changed, 1 deletion(-) 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 -}}