Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong use of .Values in ingress #9

Closed
arjun-1 opened this issue Nov 1, 2019 · 0 comments · Fixed by #8
Closed

Wrong use of .Values in ingress #9

arjun-1 opened this issue Nov 1, 2019 · 0 comments · Fixed by #8

Comments

@arjun-1
Copy link

arjun-1 commented Nov 1, 2019

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

#8 Fixes this

arjun-1 pushed a commit to arjun-1/couchdb-helm that referenced this issue Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant