ref: remove enabling --wait on --atomic

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/5395/head
Matthew Fisher 7 years ago
parent 33589472cf
commit f1d104ff7d
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -191,7 +191,6 @@ func newInstallCmd(c helm.Interface, out io.Writer) *cobra.Command {
}
inst.chartPath = cp
inst.client = ensureHelmClient(inst.client)
inst.wait = inst.wait || inst.atomic
return inst.run()
},

@ -143,7 +143,6 @@ func newUpgradeCmd(client helm.Interface, out io.Writer) *cobra.Command {
upgrade.release = args[0]
upgrade.chart = args[1]
upgrade.client = ensureHelmClient(upgrade.client)
upgrade.wait = upgrade.wait || upgrade.atomic
return upgrade.run()
},

Loading…
Cancel
Save