Skip to content

Commit

Permalink
sss
Browse files Browse the repository at this point in the history
  • Loading branch information
knightXun committed Feb 16, 2020
1 parent e359a17 commit 0abd540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}

0 comments on commit 0abd540

Please sign in to comment.