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 c2b6010e95330b96bedc37ac888a2ca28ec7d671 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 11 14:11:09 2023 +0200 Add Azure CosmosDB Sink Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- .../src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml index 2e3b0c24..a7fa89a0 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-sink.kamelet.yaml @@ -27,7 +27,7 @@ metadata: camel.apache.org/kamelet.group: "Azure CosmosDB" camel.apache.org/kamelet.namespace: "Azure" labels: - camel.apache.org/kamelet.type: "sinks" + camel.apache.org/kamelet.type: "sink" spec: definition: title: "Azure CosmosDB Sink"
