Merge pull request #44840 from hassanbenhzaine/main

typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy"
pull/44909/head^2
Kubernetes Prow Robot 2024-01-26 17:31:13 +01:00 committed by GitHub
commit 3446ca45f6
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.
### Expanding Persistent Volumes Claims