kodeine opened a new issue #8373:
URL: https://github.com/apache/pinot/issues/8373
related to PR #7997
@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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]