Skip to content

Commit

Permalink
Merge pull request #2573 from leelavg/change-anno
Browse files Browse the repository at this point in the history
change forcedeletion annotation key for cleanup of ceph resources
  • Loading branch information
openshift-merge-bot[bot] authored Apr 22, 2024
2 parents cc58086 + a22b6cd commit 6520010
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 6520010

Please sign in to comment.