diff --git a/Documentation/ceph-teardown.md b/Documentation/ceph-teardown.md index db3f8dc0a56c..58e0ac02f4a7 100644 --- a/Documentation/ceph-teardown.md +++ b/Documentation/ceph-teardown.md @@ -153,7 +153,7 @@ If for some reason the operator is not able to remove the finalizer (ie. the ope ```console for CRD in $(kubectl get crd -n rook-ceph | awk '/ceph.rook.io/ {print $1}'); do kubectl get -n rook-ceph "$CRD" -o name | \ - xargs -I {} kubectl patch {} --type merge -p '{"metadata":{"finalizers": [null]}}' + xargs -I {} kubectl patch -n rook-ceph {} --type merge -p '{"metadata":{"finalizers": [null]}}' done ```