xiaoFine opened a new issue #170:
URL: https://github.com/apache/apisix-helm-chart/issues/170
When I try to install apisix and cover values by '--set' in cmd, I found
that there is a conflict about the subchart name of apisix-dashboard.
In charts/apisix/Chart.lock, it gives 'apisix-dashboard' , so I give the
value, for example, by setting
'apisix-dashboard.fullnameOverride=apisix-dashboard'.
But actually, the debug logs shows the actual name of the subchart is
'dashboard':
```bash
COMPUTED VALUES:
admin:
...
apisix:
...
autoscaling:
...
dashboard:
fullnameOverride: ""
...
```
It's quite confusing
--
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]