Description of problem (please be detailed as possible and provide log snippests): In ODF 4.11, For the MCO UI, if the OCP feature gate is enabled, the Blackpool list page and Object dashboard are crashing. Version of all relevant components (if applicable): odf-operator 4.11.0 odf-mco-operator 4.11.0 ocp 4.11.0 acm 2.5.1 Does this issue impact your ability to continue to work with the product (please explain in detail what is the user impact)? Is there any workaround available to the best of your knowledge? Rate from 1 - 5 the complexity of the scenario you performed that caused this bug (1 - very simple, 5 - very complex)? 1 Can this issue reproducible? 100% Can this issue reproduce from the UI? 100% If this is a regression, please provide more details to justify this: Steps to Reproduce: 1. Install ACM operator and create MulticlusterHub. 2. Add at least one managed cluster to the hub cluster. 3. Install odf-operator on the hub. 4. Create StorageSystem 5. Install odf-mco-operator on the hub. 6. Enable OCP feature gate on the hub cluster. https://gist.github.com/TheRealJon/921905a74329891e1f2153a2d57aa44d#file-feature-gate-yaml 7. Refresh the page. Actual results: issue 1: Goto: Storage -> Data Foundation -> click "StorageSystem" tab -> Click StorageSystem CR link -> click "Object" tab (Its will crash) issue 2: Goto: Storage -> Data Foundation -> click "StorageSystem" tab -> Click StorageSystem CR link -> "BlockPools" tab (it will show 404 not found) Expected results: BlockPool list page and object dashboard should display without any issue. Additional info: