Fix syntax err in example

Missing " made example unusable
This commit is contained in:
Jeremy Ayerst
2017-06-18 09:44:13 -05:00
committed by GitHub
parent ce4fe04bb3
commit a988182a96
+1 -1
View File
@@ -252,7 +252,7 @@ spec:
- "ReadWriteOnce" - "ReadWriteOnce"
gcePersistentDisk: gcePersistentDisk:
fsType: "ext4" 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. A mount option is a string which will be cumulatively joined and used while mounting volume to the disk.