Proposed fix to Issue 8667 (#8944)

Proposed fix to Issue 8667

Proposed fix to Issue 8667
This commit is contained in:
Steffen Becker
2022-06-10 08:37:46 +02:00
committed by GitHub
parent 024a3ee551
commit 6b43d6aff2
5 changed files with 11 additions and 17 deletions

View File

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