Update volume specification for vSphere in volumes.md

Fixes ```error validating data: found invalid field vsphereVirtualDisk for v1.Volume; if you choose to ignore these errors, turn validation off with --validate=false```
This commit is contained in:
Abrar Shivani
2016-08-12 16:30:51 -07:00
committed by GitHub
parent 9d68ad8d85
commit 047221dd6f
+1 -1
View File
@@ -478,7 +478,7 @@ spec:
volumes:
- name: test-volume
# This VMDK volume must already exist.
vsphereVirtualDisk:
vsphereVolume:
volumePath: myDisk
fsType: ext4
```