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 f4df421 commit cfd4512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ Create the name of the service account to use
{{- define "metad.endpoints" -}}
{{- $servers := list -}}
{{- $thriftPort := toString (.Values.port.metad.thriftPort) }}
{{- range $idx, $ips := .Values.Hosts }}
{{- range $idx,$ips := .Values.Hosts }}
{{ $ips:$thriftPort | append $servers }}
{{- end -}}
{{ join "," $servers }}
{{- end -}}
{{- end -}}

0 comments on commit cfd4512

Please sign in to comment.