diff --git a/e2e/tekton_test.go b/e2e/tekton_test.go index 02b2412339..ae3863f13e 100644 --- a/e2e/tekton_test.go +++ b/e2e/tekton_test.go @@ -36,7 +36,7 @@ func TestTektonLikeBehavior(t *testing.T) { Expect(createOperatorRoleBinding(ns)).Should(BeNil()) Eventually(operatorPod(ns)).Should(BeNil()) - Expect(createKamelPod(ns, "tekton-task", "install", "--skip-cluster-setup")).Should(BeNil()) + Expect(createKamelPod(ns, "tekton-task", "install", "--skip-cluster-setup", "--force")).Should(BeNil()) Eventually(operatorPod(ns)).ShouldNot(BeNil()) })