[stable/mariadb] Correct description of initdbScript parameter (#12804)

Signed-off-by: nickgryg <nickgryg@gmail.com>
This commit is contained in:
Mykola Grygoriev
2019-04-04 00:12:49 -07:00
committed by Kubernetes Prow Robot
parent dc4a9c4cca
commit 703fd96ddd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: