Pass --ca-file to helm upgrade when applicable [#74]

This commit is contained in:
Erin Call
2020-01-20 10:47:49 -08:00
parent 1f7b6bb389
commit c38537ac32
5 changed files with 10 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ var upgrade = func(cfg Config) []Step {
Force: cfg.Force,
Atomic: cfg.AtomicUpgrade,
CleanupOnFail: cfg.CleanupOnFail,
CAFile: cfg.RepoCAFile,
})
return steps