Skip to content

Commit

Permalink
Fix handling of BatchOperations argument
Browse files Browse the repository at this point in the history
It wasn't passed down into the config.

Signed-off-by: Jussi Maki <[email protected]>
  • Loading branch information
joamaki committed Jul 4, 2024
1 parent 1e5fef3 commit 621489b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reconciler/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func Register[Obj comparable](
SetObjectStatus: setStatus,
CloneObject: clone,
Operations: ops,
BatchOperations: batchOps,
options: defaultOptions(),
}
for _, opt := range options {
Expand Down

0 comments on commit 621489b

Please sign in to comment.