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 2022/12/02 08:08:44 UTC

[camel-kamelets] 12/28: Fix AWS DDB sink Kamelet

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

commit ca5892d158a391eed5b41be692a8eeb3af2e382d
Author: Christoph Deppisch <cd...@redhat.com>
AuthorDate: Mon Nov 21 16:32:33 2022 +0100

    Fix AWS DDB sink Kamelet
---
 kamelets/aws-ddb-sink.kamelet.yaml                                    | 4 ++--
 .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kamelets/aws-ddb-sink.kamelet.yaml b/kamelets/aws-ddb-sink.kamelet.yaml
index 952ecfa1..87b338ee 100644
--- a/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/kamelets/aws-ddb-sink.kamelet.yaml
@@ -129,8 +129,8 @@ spec:
       uri: "kamelet:source"
       steps:
       - set-property:
-        name: operation
-        constant: "{{operation}}"
+          name: operation
+          constant: "{{operation}}"
       - process:
           ref: "{{inputTypeProcessor}}"
       - to:
diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
index 952ecfa1..87b338ee 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
@@ -129,8 +129,8 @@ spec:
       uri: "kamelet:source"
       steps:
       - set-property:
-        name: operation
-        constant: "{{operation}}"
+          name: operation
+          constant: "{{operation}}"
       - process:
           ref: "{{inputTypeProcessor}}"
       - to: