remove unnecessary indents

This commit is contained in:
Yang Li
2017-12-05 17:58:05 +08:00
parent 2b345624d2
commit d5bd93ebcb
+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. Each PV contains a spec and status, which is the specification and status of the volume.
```yaml ```yaml
apiVersion: v1 apiVersion: v1
kind: PersistentVolume kind: PersistentVolume
metadata: metadata:
name: pv0003 name: pv0003
spec: spec:
capacity: capacity:
storage: 5Gi storage: 5Gi
volumeMode: Filesystem volumeMode: Filesystem