Skip to content

Commit 756f9e8

Browse files
committed
fix: helm client panix
1 parent 692a3d2 commit 756f9e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

discovery/provider/describer_wrapper.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ func DescribeByIntegration(describe func(context.Context, Client, string, *model
3232
return nil, err
3333
}
3434

35-
helmClient, err := helmclient.NewClientFromRestConf(&helmclient.RestConfClientOptions{RestConfig: config})
35+
helmClient, err := helmclient.NewClientFromRestConf(&helmclient.RestConfClientOptions{
36+
Options: &helmclient.Options{},
37+
RestConfig: config,
38+
})
3639
if err != nil {
3740
return nil, err
3841
}

0 commit comments

Comments
 (0)