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 2796b4d02fdfa0e71f5c72aa1d3478b5e5236436 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 11 18:48:27 2021 +0200 Regen catalog --- .../src/main/resources/kamelets/mysql-sink.kamelet.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/mysql-sink.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/mysql-sink.kamelet.yaml index 1c0343a..0818d05 100644 --- a/library/camel-kamelets-catalog/src/main/resources/kamelets/mysql-sink.kamelet.yaml +++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/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"