• Julian's avatar
    feat(helm): support namespace and additional values in lint (#2972) · ca415ab8
    Julian authored
    * 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
    ca415ab8
Name
Last commit
Last update
.circleci Loading commit data...
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...