nicolaferraro commented on a change in pull request #2683: URL: https://github.com/apache/camel-k/pull/2683#discussion_r725112952
########## 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: Filtering the other resources may require an additional lookup, unless we want to propagate the operator.id label to kubernetes resources as well. Currently it's only applied to Camel CRs. -- 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