forked from csi-addons/kubernetes-csi-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix pvc reclaimspace & keyrotation annotation filter
This commit adds a check in StorageClass event handler to filter out PVC not needed for Reconcile. - If SC has ReclaimSpace annotation, PVCs without ReclaimSpace annotation will be enqueued. - If SC has KeyRotation annotation, PVCs without KeyRotation annotation will be enqueued. Signed-off-by: Praveen M <m.praveen@ibm.com> (cherry picked from commit 0cc07e7)
- Loading branch information
1 parent
1cfe3e5
commit 818c81b
Showing
1 changed file
with
32 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters