This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch couchbase-sink in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 1a17275230246416ed0c2b9fdb97b393562709e7 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 10 13:35:40 2021 +0100 Added Couchbase sink Kamelet --- couchbase-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchbase-sink.kamelet.yaml b/couchbase-sink.kamelet.yaml index b2ee566..e0b97f1 100644 --- a/couchbase-sink.kamelet.yaml +++ b/couchbase-sink.kamelet.yaml @@ -17,7 +17,7 @@ spec: Send documents to Couchbase. required: - protocol - - hostname + - couchbaseHostname - bucket type: object properties:
