removed deadcode

Signed-off-by: Josh Rowley <joshlrowley@gmail.com>
pull/12109/head
Josh Rowley 2 years ago
parent e3d85101e7
commit 0f22ab8223

@ -361,10 +361,6 @@ func (i *Install) RunWithContext(ctx context.Context, chrt *chart.Chart, vals ma
} }
} }
// if err := ctx.Err(); err != nil {
// return rel, err
// }
// Store the release in history before continuing (new in Helm 3). We always know // Store the release in history before continuing (new in Helm 3). We always know
// that this is a create operation. // that this is a create operation.
if err := i.cfg.Releases.Create(rel); err != nil { if err := i.cfg.Releases.Create(rel); err != nil {

Loading…
Cancel
Save