final fixes *sigh*

This commit is contained in:
Brendan Burns 2014-11-24 10:20:39 -08:00
parent b964e5644e
commit 8627fea21a

View File

@ -81,10 +81,10 @@ desiredState:
volumes:
- name: testpd
source:
- persistentDisk:
# This GCE PD must already exist and be formatted ext4
pdName: test
fsType: ext4
persistentDisk:
# This GCE PD must already exist and be formatted ext4
pdName: test
fsType: ext4
id: testpd
kind: Pod
```