mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 10:19:29 +00:00
fix(helm): peer port instead of client port
This commit is contained in:
committed by
Dario Tranchitella
parent
1d6be44edf
commit
f9c776bda5
@@ -103,7 +103,7 @@ Comma separated list of etcd endpoints, using the overrides in case of unmanaged
|
||||
{{- end }}
|
||||
{{- else if .Values.etcd.overrides.endpoints }}
|
||||
{{- range $v := .Values.etcd.overrides.endpoints -}}
|
||||
{{- $list = append $list (printf "%s:%d" $v (int $.Values.etcd.peerApiPort) ) -}}
|
||||
{{- $list = append $list (printf "%s:%d" $v (int $.Values.etcd.port) ) -}}
|
||||
{{- end -}}
|
||||
{{- else if not .Values.etcd.overrides.endpoints }}
|
||||
{{- fail "A valid .Values.etcd.overrides.endpoints required!" }}
|
||||
|
||||
Reference in New Issue
Block a user