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/03 11:27:37 UTC

[camel-kamelets] branch main updated: Regen for commit 4c167513142a0f69d53e69531bc051baa651417a

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 51b0159  Regen for commit 4c167513142a0f69d53e69531bc051baa651417a
51b0159 is described below

commit 51b01592861205836be3be0c12d9e09b732287d7
Author: lburgazzoli <lb...@users.noreply.github.com>
AuthorDate: Wed Nov 3 11:26:52 2021 +0000

    Regen for commit 4c167513142a0f69d53e69531bc051baa651417a
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/resources/kamelets/slack-sink.kamelet.yaml      | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/slack-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/slack-sink.kamelet.yaml
index c1ac06b..2b101e7 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/slack-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/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}}"