squakez commented on code in PR #5321:
URL: https://github.com/apache/camel-k/pull/5321#discussion_r1551252536


##########
pkg/cmd/operator/operator.go:
##########
@@ -201,22 +202,26 @@ func Run(healthPort, monitoringPort int32, leaderElection 
bool, leaderElectionID
                }
        }
 
+       defaultNamespaces := map[string]cache.Config{
+               operatorNamespace: {},
+       }
+
        options := cache.Options{
-               ByObject: selectors,

Review Comment:
   We need to include those selector somewhere for caching reason. It seems 
this is no longer applied anywhere, or am I missing something?



-- 
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

Reply via email to