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 2024/01/25 11:02:37 UTC

(camel-kamelets) 05/06: Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure CosmosDB Sink

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch kamelets-1805-cosmosdb
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit a5881cafe540f0bef1f50d63a1cdaf0c877d847b
Author: Andrea Cosentino <an...@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 <an...@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