Skip to content

Commit

Permalink
Moved all the kamelet.yaml files to kamelets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Nov 25, 2021
1 parent 4a36d26 commit 2790c45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/earthquake-source/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions test/insert-field-action/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/timer-source/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2790c45

Please sign in to comment.