Previously it was specified that by default the controller would watch only resources in the namespace it is deployed in. https://github.com/java-operator-sdk/java-operator-sdk/commit/456ea3c5877a79f01a47c00928af08d88ce169bd I would like to ask for this feature to be implemented. ``` @Controller(namespaces = CURRENT) or @Controller(namespaces = ALL_NAMESPACES) ```