arjun-1 opened a new issue #9: Wrong use of `.Values` in ingress URL: https://github.com/apache/couchdb-helm/issues/9 <!-- Thanks for filing an issue! Before hitting the button, please answer these questions. It's helpful to search the existing GitHub issues first. It's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of Fill in as much of the template below as you can. If you leave out information, we can't help you as well. Be ready for followup questions, and please respond in a timely manner. If we can't reproduce a bug or think a feature already exists, we might close your issue. If we're wrong, PLEASE feel free to reopen it and explain why. --> **Describe the bug** When setting `ingress.enabled` to `true`, `helm install` fails with: ``` Error: render error in "couchdb/templates/ingress.yaml": template: couchdb/templates/ingress.yaml:23:28: executing "couchdb/templates/ingress.yaml" at <.Values.ingress.path>: can't evaluate field Values in type interface {} ``` **Version of Helm and Kubernetes**: helm: v2.15.1 kubernetes: v1.15.0 **How to reproduce it** (as minimally and precisely as possible): ``` helm install couchdb/couchdb --set ingress.enabled=true ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
