Pass --strict to helm lint when so instructed [#28]
This commit is contained in:
@@ -133,7 +133,8 @@ var lint = func(cfg Config) []Step {
|
||||
steps = append(steps, depUpdate(cfg)...)
|
||||
}
|
||||
steps = append(steps, &run.Lint{
|
||||
Chart: cfg.Chart,
|
||||
Chart: cfg.Chart,
|
||||
Strict: cfg.LintStrictly,
|
||||
})
|
||||
|
||||
return steps
|
||||
|
||||
Reference in New Issue
Block a user