Skip to content

Commit

Permalink
fixing broker status response for single pool
Browse files Browse the repository at this point in the history
  • Loading branch information
so-sahu committed Nov 22, 2024
1 parent 3217ad6 commit 4141661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions broker/machinebroker/server/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func (s *Server) getTargetIronCoreMachinePools(ctx context.Context) ([]computev1
}
return nil, nil
}
return []computev1alpha1.MachinePool{*ironcoreMachinePool}, nil
}

machinePoolList := &computev1alpha1.MachinePoolList{}
Expand Down

0 comments on commit 4141661

Please sign in to comment.