You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/11/03 11:26:20 UTC

[camel-kamelets] 01/02: chore: fix wrong flow definition in slack sink

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

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

commit 6384ffa2ddc236300320bc117e2f192cf386d513
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 3 12:14:07 2021 +0100

    chore: fix wrong flow definition in slack sink
---
 slack-sink.kamelet.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/slack-sink.kamelet.yaml b/slack-sink.kamelet.yaml
index c1ac06b..2b101e7 100644
--- a/slack-sink.kamelet.yaml
+++ b/slack-sink.kamelet.yaml
@@ -57,9 +57,9 @@ spec:
       uri: "kamelet:source"
       steps:
       - to:
-        uri: "slack:{{channel}}"
-        parameters:
-          webhookUrl: "{{webhookUrl}}"
-          iconEmoji: "{{?iconEmoji}}"
-          iconUrl: "{{?iconUrl}}"
-          username: "{{?username}}"
+          uri: "slack:{{channel}}"
+          parameters:
+            webhookUrl: "{{webhookUrl}}"
+            iconEmoji: "{{?iconEmoji}}"
+            iconUrl: "{{?iconUrl}}"
+            username: "{{?username}}"