This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch solr-source-creds
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 64a021936ec705c99af7bfc918b45c425e46877d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Dec 6 12:40:42 2021 +0100

    Added Username/Password fields in Solr Source Kamelet
---
 .../src/main/resources/kamelets/solr-source.kamelet.yaml              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/solr-source.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/solr-source.kamelet.yaml
index 35817c6..69ddc8a 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/solr-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/solr-source.kamelet.yaml
@@ -57,13 +57,13 @@ spec:
         type: string
       username:
         title: Username
-        description: Username to connect to Infinispan.
+        description: Username to connect to Solr.
         type: string
         x-descriptors:
         - urn:camel:group:credentials
       password:
         title: Password
-        description: Password to connect to Infinispan.
+        description: Password to connect to Solr.
         type: string
         format: password
         x-descriptors:

Reply via email to