astefanutti commented on a change in pull request #2683: URL: https://github.com/apache/camel-k/pull/2683#discussion_r725870535
########## File path: pkg/controller/integration/integration_controller.go ########## @@ -73,7 +72,7 @@ func add(mgr manager.Manager, r reconcile.Reconciler) error { Named("integration-controller"). // Watch for changes to primary resource Integration For(&v1.Integration{}, builder.WithPredicates( - predicate.Funcs{ + platform.FilteringFuncs{ Review comment: Ah right, that makes sense. For some resources like Kamelets, we would want the union which is not trivial. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org