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 2fc086cfd98296f053c5b992daeb12c3bf389d1e 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:
