Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use new enqueue function for component controllers
The upgrade to new controller-runtime package switched the way that a controller enqueued a new request for reconciliation. Because of this, bad code was generated, specifically when a collection and components are generated by operator-builder. This is a simple change to use the new methodology to enqueue a request. Signed-off-by: Dustin Scott <[email protected]>
- Loading branch information