lburgazzoli commented on code in PR #5119:
URL: https://github.com/apache/camel-k/pull/5119#discussion_r1510737986


##########
e2e/support/test_support.go:
##########
@@ -2245,7 +2253,7 @@ func OperatorPod(ns string) func() *corev1.Pod {
                if err := TestClient().List(TestContext, &lst,
                        ctrl.InNamespace(ns),
                        ctrl.MatchingLabels{
-                               "camel.apache.org/component": "operator",
+                               "camel.apache.org/component": 
componentLabelValue,

Review Comment:
   nitpick: as a further cleanup, we should probably deprecate some of the 
`camel.apache.org` annotation in favor of k8s's [recommended labels 
](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/)



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