mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Proposed fix to Issue 8667 (#8944)
Proposed fix to Issue 8667 Proposed fix to Issue 8667
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
"csi-migration": "false"
|
||||
{% if external_vsphere_version >= "7.0" %}
|
||||
"csi-auth-check": "true"
|
||||
{% else %}
|
||||
"csi-auth-check": "false"
|
||||
{% endif %}
|
||||
"online-volume-extend": "true"
|
||||
"trigger-csi-fullsync": "false"
|
||||
"async-query-volume": "true"
|
||||
|
||||
Reference in New Issue
Block a user