diff --git a/broker/machinebroker/server/status.go b/broker/machinebroker/server/status.go index 4a7209439..2a972f717 100644 --- a/broker/machinebroker/server/status.go +++ b/broker/machinebroker/server/status.go @@ -27,6 +27,7 @@ func (s *Server) getTargetIronCoreMachinePools(ctx context.Context) ([]computev1 } return nil, nil } + return []computev1alpha1.MachinePool{*ironcoreMachinePool}, nil } machinePoolList := &computev1alpha1.MachinePoolList{}