1
0
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:
Ilja Weis 2018-08-01 12:20:23 +02:00 committed by Denise
parent f7439be818
commit 6b7ab83899

View File

@ -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]