typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy"

This commit is contained in:
Hassan BENHZAINE 2024-01-21 22:01:23 +01:00 committed by GitHub
parent dc66ef3554
commit a7792d26a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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