diff --git a/docs/vsphere.md b/docs/vsphere.md index f331f6f63..6216df4fd 100644 --- a/docs/vsphere.md +++ b/docs/vsphere.md @@ -21,14 +21,14 @@ After this step you should have: ### Kubespray configuration -First in `inventory/sample/group_vars/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 `external_cloud_provider`. ```yml cloud_provider: "external" external_cloud_provider: "vsphere" ``` -Then, `inventory/sample/group_vars/vsphere.yml`, you need to declare your vCenter credentials and enable the vSphere CSI following the description below. +Then, `inventory/sample/group_vars/all/vsphere.yml`, you need to declare your vCenter credentials and enable the vSphere CSI following the description below. | Variable | Required | Type | Choices | Default | Comment | |----------------------------------------|----------|---------|----------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------------|