Skip to content

Commit

Permalink
remove useless print during prepareUpgrade
Browse files Browse the repository at this point in the history
Signed-off-by: b4nks <b4nks@protonmail.com>
(cherry picked from commit f004d42)
  • Loading branch information
manslaughter03 authored and mattfarina committed Oct 12, 2023
1 parent 0ac7894 commit 0e7ec78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/action/upgrade.go
Expand Up @@ -262,7 +262,6 @@ func (u *Upgrade) prepareUpgrade(name string, chart *chart.Chart, vals map[strin
return nil, nil, err
}

fmt.Println(driver.ContainsSystemLabels(u.Labels))
if driver.ContainsSystemLabels(u.Labels) {
return nil, nil, fmt.Errorf("user suplied labels contains system reserved label name. System labels: %+v", driver.GetSystemLabels())
}
Expand Down

0 comments on commit 0e7ec78

Please sign in to comment.