diff --git a/docs/vsphere-csi.md b/docs/vsphere-csi.md
index b356d7e13b9b2d92698dc57194ca9b170650c3cc..af58440cae47569cd5924bec07c0d1130692c30c 100644
--- a/docs/vsphere-csi.md
+++ b/docs/vsphere-csi.md
@@ -55,7 +55,7 @@ spec:
   resources:
     requests:
       storage: 1Gi
-  storageClassName: Space-Efficient
+  storageClassName: mongodb-sc
 
 ---
 apiVersion: v1
@@ -86,8 +86,8 @@ You should see the PVC provisioned and bound:
 
 ```ShellSession
 $ kubectl get pvc
-NAME              STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS      AGE
-csi-pvc-vsphere   Bound    pvc-dc7b1d21-ee41-45e1-98d9-e877cc1533ac   1Gi        RWO            Space-Efficient   10s
+NAME              STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS   AGE
+csi-pvc-vsphere   Bound    pvc-dc7b1d21-ee41-45e1-98d9-e877cc1533ac   1Gi        RWO            mongodb-sc     10s
 ```
 
 And the volume mounted to the Nginx Pod (wait until the Pod is Running):
diff --git a/docs/vsphere.md b/docs/vsphere.md
index 6bbad39b68de191af48283405d595dfeae80a344..a75a25d9a7c5498a2a848673954f733ca040d50b 100644
--- a/docs/vsphere.md
+++ b/docs/vsphere.md
@@ -21,7 +21,7 @@ After this step you should have:
 
 ### Kubespray configuration
 
-First in `inventory/sample/group_vars/all/all.yml` you must set the cloud provider to `external` and external_cloud_provider to `external_cloud_provider`.
+First in `inventory/sample/group_vars/all/all.yml` you must set the `cloud_provider` to `external` and `external_cloud_provider` to `vsphere`.
 
 ```yml
 cloud_provider:  "external"