You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2020/10/02 12:37:46 UTC

[camel-k] branch master updated: [fix] Use correct name of kameletbinding

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dc143e8  [fix] Use correct name of kameletbinding
dc143e8 is described below

commit dc143e8d4218a5ea5278bb52a141a216c3c437c7
Author: Lukas Lowinger <ll...@redhat.com>
AuthorDate: Thu Oct 1 18:18:05 2020 +0200

    [fix] Use correct name of kameletbinding
---
 e2e/yaks/kamelets/yaks-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/yaks/kamelets/yaks-config.yaml b/e2e/yaks/kamelets/yaks-config.yaml
index 40f19ba..8679b79 100644
--- a/e2e/yaks/kamelets/yaks-config.yaml
+++ b/e2e/yaks/kamelets/yaks-config.yaml
@@ -29,7 +29,7 @@ pre:
     kubectl apply -f echo-sink.kamelet.yaml -n $YAKS_NAMESPACE
 
     kubectl apply -f timer-source-binding.yaml -n $YAKS_NAMESPACE
-    kubectl wait kameletbinding timer-source --for=condition=Ready --timeout=10m -n $YAKS_NAMESPACE
+    kubectl wait kameletbinding timer-source-binding --for=condition=Ready --timeout=10m -n $YAKS_NAMESPACE
 
     kamel run logger.groovy -w -n $YAKS_NAMESPACE
     kamel run source-sink.groovy -w -n $YAKS_NAMESPACE