From fddff783c832d78c40f466057d80de007d47d221 Mon Sep 17 00:00:00 2001 From: Bishal das <70086051+bishal7679@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:43:43 +0530 Subject: [PATCH] Update vsphere-csi.md (#9170) --- docs/vsphere-csi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vsphere-csi.md b/docs/vsphere-csi.md index d975f7749..d312bf3f9 100644 --- a/docs/vsphere-csi.md +++ b/docs/vsphere-csi.md @@ -31,7 +31,7 @@ You need to source the vSphere credentials you use to deploy your machines that | vsphere_csi_controller_replicas | TRUE | integer | | 1 | Number of pods Kubernetes should deploy for the CSI controller | | vsphere_csi_liveness_probe_image_tag | TRUE | string | | "v2.2.0" | CSI liveness probe image tag to use | | vsphere_csi_provisioner_image_tag | TRUE | string | | "v2.1.0" | CSI provisioner image tag to use | -| vsphere_csi_node_driver_registrar_image_tag | TRUE | string | | "v1.1.0" | CSI node driver registrat image tag to use | +| vsphere_csi_node_driver_registrar_image_tag | TRUE | string | | "v1.1.0" | CSI node driver registrar image tag to use | | vsphere_csi_driver_image_tag | TRUE | string | | "v1.0.2" | CSI driver image tag to use | | vsphere_csi_resizer_tag | TRUE | string | | "v1.1.0" | CSI resizer image tag to use | vsphere_csi_aggressive_node_drain | FALSE | boolean | | false | Enable aggressive node drain strategy |