astefanutti commented on a change in pull request #2683: URL: https://github.com/apache/camel-k/pull/2683#discussion_r724839531
########## 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: Should the other resources that are being watched by the controller be filtered out as well? -- 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