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 c5db06e7d6812ae12935a02bf0c8248394f4a617 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 11 14:10:26 2023 +0200 Add Azure CosmosDB Sink Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- docs/modules/ROOT/nav.adoc | 1 + kamelets/azure-cosmosdb-sink.kamelet.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 91053bcf..59d28a5d 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -26,6 +26,7 @@ * xref:aws-sqs-sink.adoc[] * xref:aws-sqs-source.adoc[] * xref:aws-translate-action.adoc[] +* xref:azure-cosmosdb-sink.adoc[] * xref:azure-cosmosdb-source.adoc[] * xref:azure-eventhubs-sink.adoc[] * xref:azure-eventhubs-source.adoc[] diff --git a/kamelets/azure-cosmosdb-sink.kamelet.yaml b/kamelets/azure-cosmosdb-sink.kamelet.yaml index 2e3b0c24..a7fa89a0 100644 --- a/kamelets/azure-cosmosdb-sink.kamelet.yaml +++ b/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"
