helm/pkg/lint
Julian ca415ab8db feat(helm): support namespace and additional values in lint (#2972)
* Add "--namespace" to helm lint

Keep lint syntax as close as possible to "helm install" resp. "helm
upgrade", so that one only needs to change the command.

See #2036

* Align lintCmd struct

* Add "--set" and "--values" to helm lint

Keep lint syntax as close as possible to "helm install" resp. "helm
upgrade", so that one only needs to change the command.

Closes #2495,#2036

* Reuse strict parameter, when rendering during lint

We want to see the rendering fail, if we missed a value, so we reuse
"--strict".

See #2495,#2036

* Fix lint unit test

See #2495,#2036

* Update docs
2017-12-13 14:43:12 -08:00
..
rules feat(helm): support namespace and additional values in lint (#2972) 2017-12-13 14:43:12 -08:00
support chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
lint.go feat(helm): support namespace and additional values in lint (#2972) 2017-12-13 14:43:12 -08:00
lint_test.go feat(helm): support namespace and additional values in lint (#2972) 2017-12-13 14:43:12 -08:00