Merge pull request #6567 from idealhack/patch-1

remove unnecessary indents
This commit is contained in:
Qiming
2017-12-26 13:21:33 +08:00
committed by GitHub
+4 -4
View File
@@ -218,11 +218,11 @@ resizing to take place. Also, file system resizing is only supported for followi
Each PV contains a spec and status, which is the specification and status of the volume.
```yaml
apiVersion: v1
kind: PersistentVolume
metadata:
apiVersion: v1
kind: PersistentVolume
metadata:
name: pv0003
spec:
spec:
capacity:
storage: 5Gi
volumeMode: Filesystem