diff --git a/controllers/neutronapi_controller.go b/controllers/neutronapi_controller.go index 1ecf69e9..42e4d7a5 100644 --- a/controllers/neutronapi_controller.go +++ b/controllers/neutronapi_controller.go @@ -324,7 +324,8 @@ func (r *NeutronAPIReconciler) findObjectsForSrc(ctx context.Context, src client } err := r.List(ctx, crList, listOps) if err != nil { - return []reconcile.Request{} + l.Error(err, fmt.Sprintf("listing %s for field: %s - %s", crList.GroupVersionKind().Kind, field, src.GetNamespace())) + return requests } for _, item := range crList.Items {