Closed anirbandas18 closed 3 months ago
I want to specify some files using the --set-file option to helm lint.
--set-file
My native helm equivalent of that would be helm lint /path/to/chart --set-file config=/path/to/file.yml
helm lint /path/to/chart --set-file config=/path/to/file.yml
How do I configure this plugin using the goal helm:lint to achieve similar functionality?
helm:lint
`
</configuration>
I want to specify some files using the
--set-file
option to helm lint.My native helm equivalent of that would be
helm lint /path/to/chart --set-file config=/path/to/file.yml
How do I configure this plugin using the goal
helm:lint
to achieve similar functionality?