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 eeeb45d266526fe92e4f89b0f58b3b11d5550d5d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 11 18:48:52 2021 +0200 Regen docs --- docs/modules/ROOT/pages/mysql-sink.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/mysql-sink.adoc b/docs/modules/ROOT/pages/mysql-sink.adoc index 03986af..f9e5552 100644 --- a/docs/modules/ROOT/pages/mysql-sink.adoc +++ b/docs/modules/ROOT/pages/mysql-sink.adoc @@ -20,12 +20,12 @@ The following table summarizes the configuration options available for the `mysq [width="100%",cols="2,^2,3,^2,^2,^3",options="header"] |=== | Property| Name| Description| Type| Default| Example -| *databaseName {empty}* *| Database Name| The Database Name we are pointing| string| | | *password {empty}* *| Password| The password to use for accessing a secured MySQL Database| string| | -| *port {empty}* *| Port| Server Port for the data source| string| | `3306` | *query {empty}* *| Query| The Query to execute against the MySQL Database| string| | | *serverName {empty}* *| Server Name| Server Name for the data source| string| | `"localhost"` | *username {empty}* *| Username| The username to use for accessing a secured MySQL Database| string| | +| databaseName| Database Name| The Database Name we are pointing| string| `"mysql"`| +| port| Port| Server Port for the data source| string| `3306`| |=== NOTE: Fields marked with ({empty}*) are mandatory. @@ -57,9 +57,7 @@ spec: apiVersion: camel.apache.org/v1alpha1 name: mysql-sink properties: - databaseName: "The Database Name" password: "The Password" - port: 3306 query: "The Query" serverName: "localhost" username: "The Username"