Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/operator/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ func main() {
LeaderElection: enableLeaderElection,
LeaderElectionID: "794b1d2d.example.com",
Controller: config.Controller{
UsePriorityQueue: ptr.To(true),
UsePriorityQueue: ptr.To(true),
MaxConcurrentReconciles: 10,
},
// LeaderElectionReleaseOnCancel defines if the leader should step down voluntarily
// when the Manager ends. This requires the binary to immediately end when the
Expand Down