diff --git a/cmd/helm/root.go b/cmd/helm/root.go index ef92fea92..1f2261a02 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -150,7 +150,6 @@ func newRootCmd(actionConfig *action.Configuration, out io.Writer, args []string // This call is required to gather configuration information prior to // execution. flags.ParseErrorsWhitelist.UnknownFlags = true - flags.Parse(args) registryClient, err := registry.NewClient( registry.ClientOptDebug(settings.Debug),