You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/10/30 09:07:04 UTC

[GitHub] [apisix-helm-chart] xiaoFine opened a new issue #170: Name conflict of dashboard as a subchart

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tao12345666333 closed issue #170: Name conflict of dashboard as a subchart

Posted by GitBox <gi...@apache.org>.
tao12345666333 closed issue #170:
URL: https://github.com/apache/apisix-helm-chart/issues/170


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #170: Name conflict of dashboard as a subchart

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #170:
URL: https://github.com/apache/apisix-helm-chart/issues/170#issuecomment-1005665114


   
   
   
   
   Chart.lock only represents the name of the corresponding sub chart itself.
   
   Aliasing has been performed in Chart.yaml, 
   https://github.com/apache/apisix-helm-chart/blob/cf0f0c529f44c5b2e70ac347d741c788bc1a0ec6/charts/apisix/Chart.yaml#L46-L50
   
   and there is a corresponding configuration location in values.yaml.
   https://github.com/apache/apisix-helm-chart/blob/cf0f0c529f44c5b2e70ac347d741c788bc1a0ec6/charts/apisix/values.yaml#L330
   
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org