From 0abd540e36fd554a1c4845f99073f24593c9adca Mon Sep 17 00:00:00 2001 From: knightXun <1004815462@qq.com> Date: Sun, 16 Feb 2020 19:00:04 +0800 Subject: [PATCH] sss --- kubernetes/helm/templates/_helpers.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/helm/templates/_helpers.tpl b/kubernetes/helm/templates/_helpers.tpl index 6835a0c4072..fec2d33b82c 100644 --- a/kubernetes/helm/templates/_helpers.tpl +++ b/kubernetes/helm/templates/_helpers.tpl @@ -64,7 +64,7 @@ Create the name of the service account to use {{- define "metad.endpoints" -}} {{- $thriftPort := toString (.Values.port.metad.thriftPort) }} -{{- range $key, $value := (.Values.Hosts) }} - {{ $value }}:{{ $thriftPort }}, -{{- end -}} + {{- range $key, $value := (.Values.Hosts) }} +{{ $value }}:{{ $thriftPort }}, + {{- end -}} {{- end -}} \ No newline at end of file