Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gitopts reconciler just deletes the Bundle, not BundleDeployments (#2597
) As we are using finalizers for Bundles we can let the Bundle reconciler deal with its BundleDeployments and just delete the Bundle in the gitopts reconciler. That way we avoid having race conditions between both reconcilers trying to delete the same BundleDeployments Related to: #2586 Signed-off-by: Xavi Garcia <[email protected]>
- Loading branch information