Description of problem: To make ODF-4.10 available, we create a catalogSource in the "openshift-storage" namespace. Further ODF-4.10 depends upon other operator/bundles and those bundles have some other dependencies and so on. And during installation, OLM creates a subscription for "odf-csi-addons-operator". But It fails because one of the component in the YAML file i.e: "spec.sourceNamespace" is "openshift-marketplace", but it should look inside "openshift-storage" namespace. So the spec.sourceNamespace should be "openshift-storage". Version-Release number of selected component (if applicable): How reproducible: You can follow these steps: https://docs.google.com/document/d/1CqkNxoAO8frzOX9RhDF70aMGQ6JoEHj4wMcPZssaza4/edit#bookmark=id.tu7j8ebr76i Actual results: Fails to create the subscription Expected results: It should get created (because many other pods are waiting for this to create) Additional info: I've tested it for provider-qe addon.
*** This bug has been marked as a duplicate of bug 2056697 ***