We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08cfa6 commit f512482Copy full SHA for f512482
main.go
@@ -164,7 +164,6 @@ func main() {
164
helm.WithNamespace(cfg.Namespace),
165
166
helm.WithTimeout(cfg.Timeout),
167
- helm.WithLint(cfg.Lint),
168
helm.WithAtomic(cfg.Atomic),
169
helm.WithWait(cfg.Wait),
170
helm.WithForce(cfg.Force),
@@ -175,6 +174,7 @@ func main() {
175
174
helm.WithHelmRepos(cfg.HelmRepos),
176
helm.WithBuildDependencies(cfg.BuildDependencies, cfg.Chart),
177
helm.WithUpdateDependencies(cfg.UpdateDependencies, cfg.Chart),
+ helm.WithLint(cfg.Lint),
178
helm.WithTest(cfg.Test, cfg.Release),
179
helm.WithTestRollback(cfg.Test, cfg.Release),
180
0 commit comments