typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy"
This commit is contained in:
parent
dc66ef3554
commit
a7792d26a7
|
|
@ -358,7 +358,7 @@ spec:
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
This is useful if you want to consume PersistentVolumes that have their `claimPolicy` set
|
This is useful if you want to consume PersistentVolumes that have their `persistentVolumeReclaimPolicy` set
|
||||||
to `Retain`, including cases where you are reusing an existing PV.
|
to `Retain`, including cases where you are reusing an existing PV.
|
||||||
|
|
||||||
### Expanding Persistent Volumes Claims
|
### Expanding Persistent Volumes Claims
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue