helm/pkg/lint/rules
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
..
testdata feat(helm): support namespace and additional values in lint (#2972) 2017-12-13 14:43:12 -08:00
chartfile.go feat(chart): Adding maintainer url 2017-10-24 11:44:28 -04:00
chartfile_test.go Linter validations for Chart icon property 2017-01-12 15:21:10 +01:00
template.go feat(helm): support namespace and additional values in lint (#2972) 2017-12-13 14:43:12 -08:00
template_test.go feat(helm): support namespace and additional values in lint (#2972) 2017-12-13 14:43:12 -08:00
values.go feat(lint): support linting multiple charts 2016-06-30 19:20:11 -07:00