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 4ff07ebbd2b9541b7e18739b7d72d0df42b86005
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jun 11 18:47:31 2021 +0200

    Minor fix to default values for Mysql Sink Kamelet
---
 mysql-sink.kamelet.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mysql-sink.kamelet.yaml b/mysql-sink.kamelet.yaml
index 1c0343a..0818d05 100644
--- a/mysql-sink.kamelet.yaml
+++ b/mysql-sink.kamelet.yaml
@@ -24,10 +24,8 @@ spec:
           - "mvn:mysql:mysql-connector-java:<version>"
     required:
       - serverName
-      - port
       - username
       - password
-      - databaseName
       - query
     type: object
     properties:
@@ -40,7 +38,7 @@ spec:
         title: Port
         description: Server Port for the data source
         type: string
-        example: 3306
+        default: 3306
       username:
         title: Username
         description: The username to use for accessing a secured MySQL Database
@@ -60,6 +58,7 @@ spec:
         title: Database Name
         description: The Database Name we are pointing
         type: string
+        default: mysql
   dependencies:
   - "camel:jackson"
   - "camel:kamelet"

Reply via email to