mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
[bitnami/*] fix typos (#4699)
* Fix typos * Update bitnami/airflow/README.md * fix minor typo Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
This commit is contained in:
@@ -395,7 +395,7 @@ externalDatabase.dataflow.database=myskipperdatabase
|
||||
|
||||
NOTE: When using the indidual propertes (scheme, host, port, database, an optional jdbcParameters) this chart will format the JDBC URL as `jdbc:{scheme}://{host}:{port}/{database}{jdbcParameters}`. The URL format follows that of the MariaDB database drive but may not work for other database vendors.
|
||||
|
||||
To use an alternate database vendor (other than MariaDB) you can use the `externalDatabase.dataflow.url` and `externalDatabase.skipper.url` properties to provide the JDBC URLs for the dataflow server and skipper respectively. If these properties are defined, they will take precendence over the individual attributes. As an example of configuring an external MS SQL Server database:
|
||||
To use an alternate database vendor (other than MariaDB) you can use the `externalDatabase.dataflow.url` and `externalDatabase.skipper.url` properties to provide the JDBC URLs for the dataflow server and skipper respectively. If these properties are defined, they will take precedence over the individual attributes. As an example of configuring an external MS SQL Server database:
|
||||
|
||||
```console
|
||||
mariadb.enabled=false
|
||||
|
||||
Reference in New Issue
Block a user