Fix syntax err in example
Missing " made example unusable
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user