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 <cdeppi...@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: