Merge pull request #1042 from abrarshivani/vsphere_volume_spec

Update volume specification for vSphere in volumes.md
pull/1037/merge
Phillip Wittrock 2016-08-15 16:03:54 -07:00 committed by GitHub
commit dd288afbf6
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ spec:
volumes: volumes:
- name: test-volume - name: test-volume
# This VMDK volume must already exist. # This VMDK volume must already exist.
vsphereVirtualDisk: vsphereVolume:
volumePath: myDisk volumePath: myDisk
fsType: ext4 fsType: ext4
``` ```