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 41b1c46cbedc7ffab2b76c0f08846b32ffd6adae Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Nov 30 11:52:18 2022 +0100 Azure Storage Blob CDC Source Kamelet: Parameter is getBlob and not getObject Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/azure-storage-blob-cdc-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml b/kamelets/azure-storage-blob-cdc-source.kamelet.yaml index 219ed0c0..ba8f94ff 100644 --- a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml +++ b/kamelets/azure-storage-blob-cdc-source.kamelet.yaml @@ -118,7 +118,7 @@ spec: - choice: precondition: true when: - - simple: '${properties:getObject:true}' + - simple: '${properties:getBlob:true}' steps: - set-body: simple: ${body.toString()}