remove unused variable

This commit is contained in:
Ilia Medvedev 2024-08-10 14:59:09 +03:00
parent 1937bd112b
commit 7cec851f87

View file

@ -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 -}}