Fix syntax err in example

Missing " made example unusable
reviewable/pr4130/r1
Jeremy Ayerst 2017-06-18 09:44:13 -05:00 committed by GitHub
parent ce4fe04bb3
commit a988182a96
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ spec:
- "ReadWriteOnce"
gcePersistentDisk:
fsType: "ext4"
pdName: "gce-disk-1
pdName: "gce-disk-1"
```
A mount option is a string which will be cumulatively joined and used while mounting volume to the disk.