Description of problem: Tried to uninstall the operator and it worked. However, the operator custom resource doesn't get deleted. Strangely, it is getting recreated even after issuing "oc delete operator <name>" Version-Release number of selected component (if applicable): 4.10.24 How reproducible: 100% Steps to Reproduce: 1. Install any operator 2. Check operator resource 3. Uninstall the operator 4. Try to delete the "operator" resource. 5. List the operator resource. The operator resource will get recreated. Actual results: The operator resource is not getting removed even after deleting it. Expected results: After issuing "oc delete operator <name>", the operator resource should get removed. Additional info: BUG: https://bugzilla.redhat.com/show_bug.cgi?id=2015023 [Fixed in OCP v4.11] BUG: https://bugzilla.redhat.com/show_bug.cgi?id=2106838 [Fixed in OCP v4.10.24]