mirror of
https://github.com/helm/helm.git
synced 2026-08-07 16:41:27 +00:00
Update pkg/action/install.go
Signed-off-by: Dmitry Chepurovskiy <me@dm3ch.net>
This commit is contained in:
committed by
GitHub
parent
7b13ac9914
commit
735ff8f92c
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user