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 931d9bf7fe71810e77a51def64c72b9f63a8d2ec
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jan 25 11:59:13 2024 +0100

    Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure CosmosDB 
Sink
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 kamelets/azure-cosmosdb-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/azure-cosmosdb-sink.kamelet.yaml 
b/kamelets/azure-cosmosdb-sink.kamelet.yaml
index 2e077c57..29421a05 100644
--- a/kamelets/azure-cosmosdb-sink.kamelet.yaml
+++ b/kamelets/azure-cosmosdb-sink.kamelet.yaml
@@ -111,7 +111,7 @@ spec:
       - to:
           uri: "azure-cosmosdb:{{databaseName}}/{{containerName}}"
           parameters:
-            accountKey: "{{accountKey}}"
+            accountKey: "{{?accountKey}}"
             databaseEndpoint: "{{databaseEndpoint}}"
             itemPartitionKey: "{{?itemPartitionKey}}"
             operation: createItem

Reply via email to