remove unused variable
This commit is contained in:
parent
1937bd112b
commit
7cec851f87
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ Helper template to set argocd server url in event reporter
|
||||||
{{- $port := .Values.server.service.servicePortHttps }}
|
{{- $port := .Values.server.service.servicePortHttps }}
|
||||||
{{- if (index .Values.configs.params "server.insecure") }}
|
{{- if (index .Values.configs.params "server.insecure") }}
|
||||||
{{- $port = .Values.server.service.servicePortHttp }}
|
{{- $port = .Values.server.service.servicePortHttp }}
|
||||||
{{- $protocol = "http"}}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- printf "%s:%v" (include "argo-cd.server.fullname" .) $port }}
|
{{- printf "%s:%v" (include "argo-cd.server.fullname" .) $port }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in a new issue