Skip to content

Commit

Permalink
chore: fix wrong flow definition in slack sink
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Nov 3, 2021
1 parent 87d4af8 commit df1631c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions slack-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"

0 comments on commit df1631c

Please sign in to comment.