Skip to content

Commit

Permalink
fix apache#693: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro authored and ipolyzos committed Jul 31, 2019
1 parent 49b4cd4 commit 0b53aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 0b53aff

Please sign in to comment.