Revolyssup commented on code in PR #2127: URL: https://github.com/apache/apisix-ingress-controller/pull/2127#discussion_r1460966975
########## docs/en/latest/deployments/gke.md: ########## @@ -47,7 +47,7 @@ helm repo update # We use Apisix 3.0 in this example. If you're using Apisix v2.x, please set to v2 ADMIN_API_VERSION=v3 helm install apisix apisix/apisix \ - --set gateway.type=LoadBalancer \ + --set service.type=LoadBalancer \ Review Comment: There are two branches. The one you see on docs is from the dev branch where you have `service` https://github.com/apache/apisix-helm-chart/blob/8707bd64d8c881769d93b90133137ad4707c8db7/charts/apisix/values.yaml#L162 When you do helm install, it references the dev branch -- 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]
