mirror of
https://github.com/helm/charts.git
synced 2026-08-22 05:48:09 +00:00
[stable/mariadb] Correct description of initdbScript parameter (#12804)
Signed-off-by: nickgryg <nickgryg@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
dc4a9c4cca
commit
703fd96ddd
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: mariadb
|
||||
version: 5.11.0
|
||||
version: 5.11.1
|
||||
appVersion: 10.1.38
|
||||
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:
|
||||
|
||||
@@ -75,7 +75,7 @@ The following table lists the configurable parameters of the MariaDB chart and t
|
||||
| `replication.enabled` | MariaDB replication enabled | `true` |
|
||||
| `replication.user` |MariaDB replication user | `replicator` |
|
||||
| `replication.password` | MariaDB replication user password. Ignored if existing secret is provided. | _random 10 character alphanumeric string_ |
|
||||
| `initdbScripts` | List of initdb scripts | `nil` |
|
||||
| `initdbScripts` | Dictionary of initdb scripts | `nil` |
|
||||
| `initdbScriptsConfigMap` | ConfigMap with the initdb scripts (Note: Overrides `initdbScripts`) | `nil` |
|
||||
| `master.annotations[].key` | key for the the annotation list item | `nil` |
|
||||
| `master.annotations[].value` | value for the the annotation list item | `nil` |
|
||||
|
||||
@@ -116,7 +116,7 @@ replication:
|
||||
forcePassword: true
|
||||
|
||||
## initdb scripts
|
||||
## Specify dictionnary of scripts to be run at first boot
|
||||
## Specify dictionary of scripts to be run at first boot
|
||||
## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory
|
||||
##
|
||||
# initdbScripts:
|
||||
|
||||
@@ -116,7 +116,7 @@ replication:
|
||||
forcePassword: false
|
||||
|
||||
## initdb scripts
|
||||
## Specify dictionnary of scripts to be run at first boot
|
||||
## Specify dictionary of scripts to be run at first boot
|
||||
## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory
|
||||
##
|
||||
# initdbScripts:
|
||||
|
||||
Reference in New Issue
Block a user