chzhuo opened a new issue #741: URL: https://github.com/apache/apisix-ingress-controller/issues/741
### The newly created namespace will not be watched when the controller has started and the `NamespaceSelector` is empty ### Environment * controller: 1.3.0 ### Minimal test code / Steps to reproduce the issue 1. start controller 2. create a new namespace 3. namespace will not store to `watchingNamespace` ### The reason of the bug  The method `IsSubsetOf` return `false` when `watchingLabels` is empty  I think should return `true` when the `s` is empty -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
