Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: remove claimRef after deleting the PVC
Instead of patching the PV to update the persistentVolumeReclaimPolicy and the claimRef before deleting the PVC. Patch PV persistentVolumeReclaimPolicy to Retain to retain the PV after deleting the PVC. Remove the claimRef on the PV after deleting the PVC so that claim can be attached to a new PVC. Signed-off-by: Madhu Rajanna <[email protected]>
- Loading branch information