From a7792d26a76bbd67a86336b55b550ca77d8991a1 Mon Sep 17 00:00:00 2001 From: Hassan BENHZAINE Date: Sun, 21 Jan 2024 22:01:23 +0100 Subject: [PATCH] typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy" --- content/en/docs/concepts/storage/persistent-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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