mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mariadb] Update mariadb chart readme to include secret instructions (#15256)
* 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 <vcs@mariuskiessling.de> * Bump version number of mariadb chart Signed-off-by: Marius Kießling <vcs@mariuskiessling.de>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6bd4ec64d1
commit
8a4a79c8b7
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user