mirror of
https://github.com/rancher/rke.git
synced 2025-09-18 16:36:41 +00:00
fixes wrong value for soap-roundtrip-count in vsphere config
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user