This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 5e0cdb5fa6a59398d4bda2655e182f19567a3691
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Thu Aug 18 18:24:51 2022 +0200

    fix(e2e): Remove Knative eventing sugar controller
---
 .github/actions/kamel-install-knative/install-knative.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/actions/kamel-install-knative/install-knative.sh 
b/.github/actions/kamel-install-knative/install-knative.sh
index 87a87c3ea..7ea1a1302 100755
--- a/.github/actions/kamel-install-knative/install-knative.sh
+++ b/.github/actions/kamel-install-knative/install-knative.sh
@@ -60,7 +60,6 @@ 
EVENTING_CRDS="https://github.com/knative/eventing/releases/download/${EVENTING_
 
EVENTING_CORE="https://github.com/knative/eventing/releases/download/${EVENTING_VERSION}/eventing-core.yaml";
 
IN_MEMORY_CHANNEL="https://github.com/knative/eventing/releases/download/${EVENTING_VERSION}/in-memory-channel.yaml";
 
CHANNEL_BROKER="https://github.com/knative/eventing/releases/download/${EVENTING_VERSION}/mt-channel-broker.yaml";
-SUGAR_CONTROLLER="https://github.com/knative/eventing/releases/download/${EVENTING_VERSION}/eventing-sugar-controller.yaml";
 
 # Serving
 apply "${SERVING_CRDS}"
@@ -122,9 +121,6 @@ else
   exit 1
 fi
 
-# Eventing sugar controller for injection
-apply ${SUGAR_CONTROLLER}
-
 # Wait for installation completed
 echo "Waiting for all pods to be ready in kourier-system"
 kubectl wait --for=condition=Ready pod --all -n kourier-system --timeout=60s

Reply via email to