This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit afd5cc55a90f6e440e6d1ea20c5494c26a2904bf Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Tue Jun 25 14:41:03 2019 +0200 fix #693: fix typo --- e2e/test_support.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/test_support.go b/e2e/test_support.go index 284356e..6d27b6e 100644 --- a/e2e/test_support.go +++ b/e2e/test_support.go @@ -210,7 +210,7 @@ func operatorPod(ns string) func() *v1.Pod { } opts := k8sclient.ListOptions{ LabelSelector: labels.SelectorFromSet(labels.Set{ - "camel.apache.org/component": "operatorPod", + "camel.apache.org/component": "operator", }), Namespace: ns, }