Add variable for the vsphere-csi namespace (#9278)

This commit is contained in:
Mahdi Abbasi
2022-09-15 13:31:23 +04:30
committed by GitHub
parent c4976437a8
commit 023b16349e
10 changed files with 26 additions and 18 deletions

View File

@@ -14,6 +14,8 @@ vsphere_csi_node_driver_registrar_image_tag: "v2.5.0"
vsphere_csi_driver_image_tag: "v2.5.1"
vsphere_csi_resizer_tag: "v1.4.0"
vsphere_csi_namespace: "vmware-system-csi"
vsphere_csi_controller_replicas: 1
csi_endpoint: '{% if external_vsphere_version >= "7.0u1" %}/csi{% else %}/var/lib/csi/sockets/pluginproxy{% endif %}'