gxthrj commented on a change in pull request #20: URL: https://github.com/apache/apisix-helm-chart/pull/20#discussion_r562358594
########## File path: README.md ########## @@ -44,14 +44,15 @@ helm uninstall apisix ./chart/apisix -n default 1. How to install APISIX only? -The Charts will install etcd 3.4.14 by default. If you want to install Apache APISIX only, please set `etcd.enabled=false` and set `etcd.host=http://your_etcd_address:2379`. +The Charts will install etcd 3.4.14 by default. If you want to install Apache APISIX only, please set `etcd.enabled=false` and set `etcd.host={http://your_etcd_address:2379}`. Review comment: We can modify the `enable` extension, its meaning is not to enable etcd, but switch configuration options. ---------------------------------------------------------------- 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]
