tokers commented on a change in pull request #283: URL: https://github.com/apache/apisix-ingress-controller/pull/283#discussion_r593552177
########## File path: docs/en/latest/deployments/azure.md ########## @@ -38,6 +38,8 @@ This document explains how to install Ingress APISIX on [Azure AKS](https://docs ```shell cd /path/to/apisix-helm-chart helm repo add bitnami https://charts.bitnami.com/bitnami +helm repo add apisix https://charts.apiseven.com +# Use `hem search repo apisix` to search charts about apisix helm dependency update ./charts/apisix helm install apisix ./charts/apisix \ Review comment: here should also be changed. ########## File path: docs/en/latest/deployments/azure.md ########## @@ -38,6 +38,8 @@ This document explains how to install Ingress APISIX on [Azure AKS](https://docs ```shell cd /path/to/apisix-helm-chart helm repo add bitnami https://charts.bitnami.com/bitnami +helm repo add apisix https://charts.apiseven.com +# Use `hem search repo apisix` to search charts about apisix helm dependency update ./charts/apisix helm install apisix ./charts/apisix \ Review comment: Also, the installation of apisix-ingress-controller should also change to use the online repo. ---------------------------------------------------------------- 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]
