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

@@ -42,6 +42,7 @@ type Config struct {
Chart string `` // Chart argument to use in applicable helm commands
Release string `` // Release argument to use in applicable helm commands
Force bool `` // Pass --force to applicable helm commands
LintStrictly bool `split_words:"true"` // Pass --strict to `helm lint`
Stdout io.Writer `ignored:"true"`
Stderr io.Writer `ignored:"true"`