You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/03/19 20:36:28 UTC

[GitHub] [pinot] kodeine commented on pull request #7997: Add Ingress to Broker and Controller helm charts

kodeine commented on pull request #7997:
URL: https://github.com/apache/pinot/pull/7997#issuecomment-1073077227


   @xiangfu0  @dianaarnos based on the template of ingress and documentation it wont work.
   
   in documentation is below 
   ```
     ingress:
       v1beta1:
         enabled: false
         annotations: {}
         tls: {}
         path: /
         hosts: []
       v1:
         enabled: false
   ```
   
   template file is using syntax like
   ```
     ingress:
       v1beta1:
         enabled: false
       v1:
         enabled: false
       annotations: {}
       tls: {}
       path: /
       hosts: []
   ```


-- 
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: commits-unsubscribe@pinot.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org