Skip to content

Commit

Permalink
Update pkg/action/install.go
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
  • Loading branch information
dm3ch committed Jul 30, 2023
1 parent 7b13ac9 commit 735ff8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/action/install.go
Expand Up @@ -257,7 +257,6 @@ func (i *Install) RunWithContext(ctx context.Context, chrt *chart.Chart, vals ma
return nil, err
}

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

0 comments on commit 735ff8f

Please sign in to comment.