From ba20b74b7ad9a19c20c8b6d561b42a4d7e537814 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Mon, 13 Apr 2020 13:47:40 -0600 Subject: [PATCH] add correct debug settings Signed-off-by: Matt Butcher --- cmd/helm/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index 180248040..a092bf62d 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -210,7 +210,7 @@ func runInstall(args []string, client *action.Install, valueOpts *values.Options Getters: p, RepositoryConfig: settings.RepositoryConfig, RepositoryCache: settings.RepositoryCache, - Debug: true, + Debug: settings.Debug, } if err := man.Update(); err != nil { return nil, err