Skip to content

Commit

Permalink
Adding tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakimczuk committed Jan 10, 2025
1 parent e086707 commit 237306e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/internal/clientcache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (r *Resource) generateHelmClient(k8sClient k8sclient.Interface) (helmclient
{
httpClient, err := rest.HTTPClientFor(rest.CopyConfig(k8sClient.RESTConfig()))
if err != nil {
return nil, microerror.Mask(err)
return nil, microerror.Mask(err)
}

restMapper, err := apiutil.NewDynamicRESTMapper(rest.CopyConfig(k8sClient.RESTConfig()), httpClient)
Expand Down

0 comments on commit 237306e

Please sign in to comment.