You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/25 07:18:27 UTC

[camel-kamelets] 05/05: Moved all the kamelet.yaml files to kamelets folder

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

acosentino pushed a commit to branch kamelet-locations
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit d925ea6adb4fbe50ef034c4c2048258663d6a1d9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 25 08:16:59 2021 +0100

    Moved all the kamelet.yaml files to kamelets folder
---
 test/earthquake-source/yaks-config.yaml   | 2 +-
 test/insert-field-action/yaks-config.yaml | 4 ++--
 test/timer-source/yaks-config.yaml        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/earthquake-source/yaks-config.yaml b/test/earthquake-source/yaks-config.yaml
index dc54dfa..4538505 100644
--- a/test/earthquake-source/yaks-config.yaml
+++ b/test/earthquake-source/yaks-config.yaml
@@ -25,7 +25,7 @@ pre:
 
     kamel install -n $YAKS_NAMESPACE -w
     kubectl delete kamelet -n $YAKS_NAMESPACE --all
-    kubectl apply -f ../../earthquake-source.kamelet.yaml -n $YAKS_NAMESPACE
+    kubectl apply -f ../../kamelets/earthquake-source.kamelet.yaml -n $YAKS_NAMESPACE
 post:
 - name: dump
   run: |
diff --git a/test/insert-field-action/yaks-config.yaml b/test/insert-field-action/yaks-config.yaml
index 89f2caa..51623aa 100644
--- a/test/insert-field-action/yaks-config.yaml
+++ b/test/insert-field-action/yaks-config.yaml
@@ -25,8 +25,8 @@ pre:
 
     kamel install -n $YAKS_NAMESPACE -w
     kubectl delete kamelet -n $YAKS_NAMESPACE --all
-    kubectl apply -f ../../timer-source.kamelet.yaml -n $YAKS_NAMESPACE
-    kubectl apply -f ../../insert-field-action.kamelet.yaml -n $YAKS_NAMESPACE
+    kubectl apply -f ../../kamelets/timer-source.kamelet.yaml -n $YAKS_NAMESPACE
+    kubectl apply -f ../../kamelets/insert-field-action.kamelet.yaml -n $YAKS_NAMESPACE
     kubectl apply -f insert-field-action-binding.yaml -n $YAKS_NAMESPACE
 post:
 - name: dump
diff --git a/test/timer-source/yaks-config.yaml b/test/timer-source/yaks-config.yaml
index b125713..dad4a09 100644
--- a/test/timer-source/yaks-config.yaml
+++ b/test/timer-source/yaks-config.yaml
@@ -25,7 +25,7 @@ pre:
 
     kamel install -n $YAKS_NAMESPACE -w
     kubectl delete kamelet -n $YAKS_NAMESPACE --all
-    kubectl apply -f ../../timer-source.kamelet.yaml -n $YAKS_NAMESPACE
+    kubectl apply -f ../../kamelets/timer-source.kamelet.yaml -n $YAKS_NAMESPACE
 post:
 - name: dump
   run: |