Pass --strict to helm lint when so instructed [#28]

This commit is contained in:
Erin Call
2020-01-02 11:25:13 -08:00
parent 7d750f097d
commit 3ae13d4b3c
6 changed files with 17 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ Linting is only triggered when the `helm_command` setting is "lint".
| values | list\<string\> | | Chart values to use as the `--set` argument to `helm lint`. |
| string_values | list\<string\> | | Chart values to use as the `--set-string` argument to `helm lint`. |
| values_files | list\<string\> | | Values to use as `--values` arguments to `helm lint`. |
| lint_strictly | boolean | | Pass `--strict` to `helm lint`, to turn warnings into errors. |
## Installation