operator should watch * namespace by default
So that way multiple projects can leverage the single operator to provision mongodb. https://github.com/mongodb/mongodb-enterprise-kubernetes/issues/164
1
vote

Setting it to watch all namespaces by default may result in conflicts and unexpected behaviour in environments where more than one instance of the Operator is running.
As a result, it's safer to default to one namespace and allow users to manually chose all or many.
-
Albert commented
So that way multiple projects can leverage the single operator to provision mongodb. https://github.com/mongodb/mongodb-enterprise-kubernetes/issues/164