tokers opened a new issue #229: URL: https://github.com/apache/apisix-ingress-controller/issues/229
### Issue description Use helm charts to install apisix-ingress-controller in multiple namespaces. ``` helm install apisix-ingress-controller -n <namespace> ./charts/apisix-ingress-controller ``` ### What's the actual result? (including assertion message & call stack if applicable) The first installation is successful, while the second one failed since some cluster-scoped resources already exists.  ### What's the expected result? The second installation should be also successful. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
