Populate DryRun when building an Upgrade step

This commit is contained in:
Erin Call
2019-12-17 09:23:44 -08:00
parent 1560c05100
commit aa04830600
2 changed files with 3 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ var upgrade = func(cfg Config) []Step {
Chart: cfg.Chart,
Release: cfg.Release,
ChartVersion: cfg.ChartVersion,
DryRun: cfg.DryRun,
Wait: cfg.Wait,
ReuseValues: cfg.ReuseValues,
Timeout: cfg.Timeout,