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

nferraro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 3251dbc4bbe927731321b779c4194d12b5c312c5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Apr 23 14:17:06 2021 +0200

    Cassandra Source Kamelet: Fixed with suggestions from Nicola Ferraro
---
 cql-source.kamelet.yaml => cassandra-source.kamelet.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/cql-source.kamelet.yaml b/cassandra-source.kamelet.yaml
similarity index 98%
rename from cql-source.kamelet.yaml
rename to cassandra-source.kamelet.yaml
index b200b01..0726753 100644
--- a/cql-source.kamelet.yaml
+++ b/cassandra-source.kamelet.yaml
@@ -1,7 +1,7 @@
 apiVersion: camel.apache.org/v1alpha1
 kind: Kamelet
 metadata:
-  name: cassandraql-source
+  name: cassandra-source
   annotations:
     camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7Ii
 [...]
     camel.apache.org/provider: "Apache Software Foundation"
@@ -24,7 +24,7 @@ spec:
         title: Host
         description: Hostname(s) cassandra server(s). Multiple hosts can be 
separated by comma.
         type: string
-        example: localhosts
+        example: localhost
       port:
         title: Port
         description: Port number of cassandra server(s)
@@ -40,7 +40,6 @@ spec:
         description: The username to use for accessing a secured Cassandra 
Cluster
         type: string
         x-descriptors:
-        - urn:alm:descriptor:com.tectonic.ui:password
       password:
         title: Password
         description: The password to use for accessing a secured Cassandra 
Cluster

Reply via email to