remove unnecessary indents
This commit is contained in:
@@ -218,24 +218,24 @@ 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
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
persistentVolumeReclaimPolicy: Recycle
|
persistentVolumeReclaimPolicy: Recycle
|
||||||
storageClassName: slow
|
storageClassName: slow
|
||||||
mountOptions:
|
mountOptions:
|
||||||
- hard
|
- hard
|
||||||
- nfsvers=4.1
|
- nfsvers=4.1
|
||||||
nfs:
|
nfs:
|
||||||
path: /tmp
|
path: /tmp
|
||||||
server: 172.17.0.2
|
server: 172.17.0.2
|
||||||
```
|
```
|
||||||
|
|
||||||
### Capacity
|
### Capacity
|
||||||
|
|||||||
Reference in New Issue
Block a user