mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 11:21:08 +00:00
fixes wrong value for soap-roundtrip-count in vsphere config
This commit is contained in:
parent
f7439be818
commit
6b7ab83899
@ -41,9 +41,7 @@ vm-name = "{{ .VsphereConfig.Global.VMName }}"
|
||||
{{- if ne $v.Datacenters "" }}
|
||||
datacenters = "{{ $v.Datacenters }}"
|
||||
{{- end }}
|
||||
{{- if ne $v.Datacenters "" }}
|
||||
soap-roundtrip-count = "{{ $v.Datacenters }}"
|
||||
{{- end }}
|
||||
soap-roundtrip-count = "{{ $v.RoundTripperCount }}"
|
||||
{{- end }}
|
||||
|
||||
[Workspace]
|
||||
|
Loading…
Reference in New Issue
Block a user