Skip to content

Commit

Permalink
change forcedeletion annotation key for cleanup of ceph resources
Browse files Browse the repository at this point in the history
Signed-off-by: Leela Venkaiah G <[email protected]>
  • Loading branch information
leelavg committed Apr 22, 2024
1 parent cc58086 commit a22b6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/storagerequest/storagerequest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (

const (
storageRequestFinalizer = "ocs.openshift.io.storagerequest"
forceDeletionAnnotationKey = "ceph.rook.io/force-deletion"
forceDeletionAnnotationKey = "rook.io/force-deletion"
)

// StorageRequestReconciler reconciles a StorageRequest object
Expand Down

0 comments on commit a22b6cd

Please sign in to comment.