Currently, the MustGather CR is currently destined in the managed.openshift.io API group, which is for managed OpenShift offerings and specifically for CRs that belong to OpenShift dedicated, ROSA, HCM, etc.
Introducing an OLM day-2 operator on ANY openshift cluster that brings in this CRD, should not populate in the managed.openshift.io api group, as many controllers detect the presence of managed group as a Managed OpenShift cluster as a fasle positive check, eg. https://github.com/stolostron/multicloud-operators-foundation/blob/4b57f6986b2a9e7e5e09bdd380ee3ea4b21a8bae/pkg/klusterlet/clusterinfo/clusterinfo_controller.go#L472-L491.
Acceptance criteria: MustGather CR should reside in a different API group of openshift.io