From 7ad6cac3c1bf0c0992565eafc82d24e702ceb5af Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 3 Jan 2023 23:19:59 +0100 Subject: [PATCH] docs: update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6fec2f8..0d339df 100644 --- a/README.md +++ b/README.md @@ -748,6 +748,8 @@ PostgreSQL is loaded as a dependency from [Bitnami](https://github.com/bitnami/c ### MySQL +MySQL is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/mysql) if enabled in the values. Complete Configuration can be taken from their website. + | Name | Description | Value | | ----------------------------------- | ------------------------------------------------------------------ | ------- | | `mysql.enabled` | Enable MySQL | `false` | @@ -760,6 +762,8 @@ PostgreSQL is loaded as a dependency from [Bitnami](https://github.com/bitnami/c ### MariaDB +MariaDB is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) if enabled in the values. Complete Configuration can be taken from their website. + | Name | Description | Value | | ------------------------------------- | ----------------------------------------------------------------- | ------- | | `mariadb.enabled` | Enable MariaDB | `false` |