Set output format when install flag on helm upgrade (#6722)

Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
release-2.15
Martin Hickey 6 years ago committed by Matthew Fisher
parent 41a697ed10
commit 0c95769127
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -241,6 +241,7 @@ func (u *upgradeCmd) run() error {
wait: u.wait,
description: u.description,
atomic: u.atomic,
output: u.output,
}
return ic.run()
}

Loading…
Cancel
Save