You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
964 B

  1. apiVersion: v1
  2. data:
  3. {% if external_vsphere_version >= "7.0" %}
  4. "csi-auth-check": "true"
  5. {% else %}
  6. "csi-auth-check": "false"
  7. {% endif %}
  8. "csi-auth-check": "true"
  9. "online-volume-extend": "true"
  10. "trigger-csi-fullsync": "false"
  11. "async-query-volume": "true"
  12. "block-volume-snapshot": "true"
  13. "csi-windows-support": "false"
  14. "list-volumes": "true"
  15. "pv-to-backingdiskobjectid-mapping": "false"
  16. "cnsmgr-suspend-create-volume": "true"
  17. "topology-preferential-datastores": "true"
  18. "max-pvscsi-targets-per-vm": "true"
  19. "multi-vcenter-csi-topology": "true"
  20. "csi-internal-generated-cluster-id": "true"
  21. "listview-tasks": "true"
  22. {% if vsphere_csi_controller is version('v2.7.0', '>=') %}
  23. "improved-csi-idempotency": "true"
  24. "improved-volume-topology": "true"
  25. "use-csinode-id": "true"
  26. "list-volumes": "false"
  27. {% endif %}
  28. kind: ConfigMap
  29. metadata:
  30. name: internal-feature-states.csi.vsphere.vmware.com
  31. namespace: "{{ vsphere_csi_namespace }}"