NMichas opened a new issue, #291: URL: https://github.com/apache/apisix-helm-chart/issues/291
Hello, Currently the `values.yaml` of `apisix-ingress-controller` includes `config.apisix.serviceNamespace=ingress-apisix`. Users can override this during installation by passing `--set config.apisix.serviceNamespace`. Wouldn't it be a little more flexible having `config.apisix.serviceNamespace` by default using the currently selected kubectl/release namespace and only if it is explicitly set by the user then to point to a different namespace? The above suggestion only requires two small, backwards-compatible changes in `configmap.yaml` and `deployment.yaml` files, for which I could send a PR if you want. Somewhat relevant issues: #176 #206 -- 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]
