Skip to content

Commit 547f444

Browse files
(chore) : disabling debug logs from Helm
Signed-off-by: Archisman <[email protected]>
1 parent bd1f528 commit 547f444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/utils/kubernetes/helm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func HelmInstall(ctx context.Context, args *HelmInstallArgs) {
3232
settings := cli.New()
3333

3434
actionConfig := &action.Configuration{}
35-
err := actionConfig.Init(settings.RESTClientGetter(), settings.Namespace(), os.Getenv("HELM_DRIVER"), slog.Debug)
35+
err := actionConfig.Init(settings.RESTClientGetter(), settings.Namespace(), os.Getenv("HELM_DRIVER"), nil)
3636
assert.AssertErrNil(ctx, err, "Failed initializing Helm action config")
3737

3838
existingHelmRelease := findExistingHelmRelease(ctx, actionConfig, args)

0 commit comments

Comments
 (0)