Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

make chart validation errors from helm prettier #631

Open
michelleN opened this issue Mar 29, 2018 · 3 comments
Open

make chart validation errors from helm prettier #631

michelleN opened this issue Mar 29, 2018 · 3 comments

Comments

@michelleN
Copy link
Contributor

michelleN commented Mar 29, 2018

ex.

example-java: Releasing Application /buildApp: release error: could not install release: rpc error: code = Unknown desc = render error in "java/templates/ingress.yaml": template: java/templates/ingress.yaml:1:14: executing "java/templates/ingress.yaml" at <.Values.ingress.enab...>: can't evaluate field enabled in type interface {}
@bacongobbler
Copy link
Contributor

this would be a fantastic starter issue. :)

@itowlson
Copy link
Contributor

itowlson commented Jun 4, 2018

There's a limited amount we can do on the Draft side about this; is it something we should tackle on the Helm side, or just try to recognise the error from the Helm message and pretty it up as best we can?

@bacongobbler
Copy link
Contributor

It's actually turtles all the way down: the error comes from kubernetes' validation APIs, then goes through tiller then Draft. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants