diff --git a/content/en/docs/concepts/storage/persistent-volumes.md b/content/en/docs/concepts/storage/persistent-volumes.md index 39949e22fc..59a50ed009 100644 --- a/content/en/docs/concepts/storage/persistent-volumes.md +++ b/content/en/docs/concepts/storage/persistent-volumes.md @@ -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