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 c44a0418a1898e19f527e2733f802a1030e89b9b Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 10 13:28:21 2021 +0100 Added Couchbase Sink Kamelet --- couchbase-sink.kamelet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchbase-sink.kamelet.yaml b/couchbase-sink.kamelet.yaml index 025e1b2..c5ea08b 100644 --- a/couchbase-sink.kamelet.yaml +++ b/couchbase-sink.kamelet.yaml @@ -40,13 +40,13 @@ spec: type: string username: title: Username - description: Username to connect to Infinispan. + description: Username to connect to Couchbase. type: string x-descriptors: - urn:camel:group:credentials password: title: Password - description: Password to connect to Infinispan. + description: Password to connect to Couchbase. type: string format: password x-descriptors:
