From 8a4a79c8b782ebe68095400c0fe24c9d1dc924bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Kie=C3=9Fling?= Date: Thu, 4 Jul 2019 20:08:37 +0200 Subject: [PATCH] [stable/mariadb] Update mariadb chart readme to include secret instructions (#15256) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update mariadb chart readme to include secret instructions The mariadb readme now includes information about the keys that the existing secret has to include. Signed-off-by: Marius Kießling * Bump version number of mariadb chart Signed-off-by: Marius Kießling --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index cdc3a4acab..c53bbc58b0 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mariadb -version: 6.5.4 +version: 6.5.5 appVersion: 10.3.16 description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster. keywords: diff --git a/stable/mariadb/README.md b/stable/mariadb/README.md index 24185fe254..b1ba581263 100644 --- a/stable/mariadb/README.md +++ b/stable/mariadb/README.md @@ -67,7 +67,7 @@ The following table lists the configurable parameters of the MariaDB chart and t | `securityContext.enabled` | Enable security context | `true` | | `securityContext.fsGroup` | Group ID for the container | `1001` | | `securityContext.runAsUser` | User ID for the container | `1001` | -| `existingSecret` | Use Existing secret for Password details (`rootUser.password`, `db.password`, `replication.password` will be ignored and picked up from this secret) | | +| `existingSecret` | Use existing secret for password details (`rootUser.password`, `db.password`, `replication.password` will be ignored and picked up from this secret). The secret has to contain the keys `mariadb-root-password`, `mariadb-replication-password` and `mariadb-password`. | | | `rootUser.password` | Password for the `root` user. Ignored if existing secret is provided. | _random 10 character alphanumeric string_ | | `rootUser.forcePassword` | Force users to specify a password | `false` | | `db.user` | Username of new user to create | `nil` |