We have created an Openshift operator that will be deployed across all our Openshift Projects with same configuration. We are thinking of having the Operator image in a single project, and allow access other projects to pull this operator image. What are the downfalls of this practice?
The reason why we are thinking of such approach is because we will be able to change a single source of operator image, instead of having the same operator image across all projects within our cluster.