gxthrj commented on a change in pull request #275: URL: https://github.com/apache/apisix-ingress-controller/pull/275#discussion_r587094436
########## File path: docs/en/latest/deployments/ack.md ########## @@ -38,6 +38,7 @@ This document explains how to install Ingress APISIX on [ali-cloud ACK](https:// ```shell cd /path/to/apisix-helm-chart helm repo add bitnami https://charts.bitnami.com/bitnami +helm repo add apisix https://charts.apiseven.com helm dependency update ./charts/apisix Review comment: Since we use helm repo, It is recommended to modify like this. ```suggestion helm search repo apisix helm repo update helm install apisix apisix/apisix \ --set ... ``` ---------------------------------------------------------------- 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]
