jackey20200402 opened a new issue, #2469:
URL: https://github.com/apache/apisix-dashboard/issues/2469
### Issue description
使用helm 安装的apisix、apisix-dashboard。apisix 配置了etcd的prefix,但在apisix-dashboard
没有找到相应的配置
### Expected behavior
apisix
etcd:
# install etcd(v3) by default, set false if do not want to install
etcd(v3) together
enabled: true
host:
- http://etcd.host:2379 # host or ip e.g. http://172.20.128.89:2379
prefix: "/apisix-test"
### How to Reproduce
apisix
etcd:
# install etcd(v3) by default, set false if do not want to install
etcd(v3) together
enabled: true
host:
- http://etcd.host:2379 # host or ip e.g. http://172.20.128.89:2379
prefix: "/apisix-test"
### Screenshots
_No response_
### Environment
- apisix version (cmd: `apisix version`):
- OS (cmd: `uname -a`):
- OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
- etcd version, if have (cmd: run `etcd --version`):
- apisix-dashboard version, if have:
- Browser version, if have:
### Additional context
_No response_
--
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]