Skip to content

Commit

Permalink
Fixed RemoteExecNode
Browse files Browse the repository at this point in the history
  • Loading branch information
qurname2 committed Aug 29, 2024
1 parent c464e8b commit c92e3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/remoteexecnodes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (

func setupRemoteExecNodesReconciler(controllerName string) func(mgr ctrl.Manager) error {
return func(mgr ctrl.Manager) error {
return (&controllers.RemoteDataNodesReconciler{
return (&controllers.RemoteExecNodesReconciler{
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
Recorder: mgr.GetEventRecorderFor(controllerName),
Expand Down

0 comments on commit c92e3e4

Please sign in to comment.