Skip to content

Commit

Permalink
Add client nil
Browse files Browse the repository at this point in the history
  • Loading branch information
inhogog2 committed Mar 29, 2024
1 parent 320da70 commit 575ac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func CreateClients(config componentbaseconfig.ClientConnectionConfiguration, kub
// Create client for crd manipulations
apiExtensionClient, err := apiextensionclientset.NewForConfig(kubeConfig)
if err != nil {
return nil, nil, nil, nil, err
return nil, nil, nil, nil, nil, err
}
sigsClient, err := sigsclientset.NewForConfig(kubeConfig)
if err != nil {
Expand Down

0 comments on commit 575ac14

Please sign in to comment.