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/07/23 13:27:33 UTC

[camel-k-examples] 01/01: Fixed indentation in READMEs

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

acosentino pushed a commit to branch fix-elements
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit 7a53efd5e38aa5724e4bec3af9f4b73146bed7ba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 23 15:26:57 2021 +0200

    Fixed indentation in READMEs
---
 kamelets/kafka-to-kafka-with-regex-router/README.md     | 4 ++--
 kamelets/kafka-to-kafka-with-timestamp-router/README.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kamelets/kafka-to-kafka-with-regex-router/README.md b/kamelets/kafka-to-kafka-with-regex-router/README.md
index 2803148..af26143 100644
--- a/kamelets/kafka-to-kafka-with-regex-router/README.md
+++ b/kamelets/kafka-to-kafka-with-regex-router/README.md
@@ -8,8 +8,8 @@
 
 - Run the following commands
 
-kubectl apply -f log-sink.kamelet.yaml 
-kubectl apply -f flow-binding.yaml 
+  - kubectl apply -f log-sink.kamelet.yaml -n kafka
+  - kubectl apply -f flow-binding.yaml -n kafka
 
 - Check logs
 
diff --git a/kamelets/kafka-to-kafka-with-timestamp-router/README.md b/kamelets/kafka-to-kafka-with-timestamp-router/README.md
index 34cf15b..87c25db 100644
--- a/kamelets/kafka-to-kafka-with-timestamp-router/README.md
+++ b/kamelets/kafka-to-kafka-with-timestamp-router/README.md
@@ -8,8 +8,8 @@
 
 - Run the following commands
 
-kubectl apply -f log-sink.kamelet.yaml 
-kubectl apply -f flow-binding.yaml 
+  - kubectl apply -f log-sink.kamelet.yaml -n kafka
+  - kubectl apply -f flow-binding.yaml -n kafka
 
 - Check logs