You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`image.pullSecrets`| Specify docker-registry secret names as an array |`[]`|
91
91
|`image.debug`| Specify if debug logs should be enabled |`false`|
@@ -98,7 +98,7 @@ The command removes all the Kubernetes components associated with the chart and
98
98
|`auth.replicationPassword`| MariaDB replication user password. Ignored if existing secret is provided |`""`|
99
99
|`auth.existingSecret`| Use existing secret for password details (`auth.rootPassword`, `auth.password`, `auth.replicationPassword` 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`|`""`|
100
100
|`auth.forcePassword`| Force users to specify required passwords |`false`|
101
-
|`auth.usePasswordFiles`| Mount credentials as a files instead of using an environment variable|`false`|
101
+
|`auth.usePasswordFiles`| Mount credentials as files instead of using environment variables |`false`|
102
102
|`auth.customPasswordFiles`| Use custom password files when `auth.usePasswordFiles` is set to `true`. Define path for keys `root` and `user`, also define `replicator` if `architecture` is set to `replication`|`{}`|
103
103
|`initdbScripts`| Dictionary of initdb scripts |`{}`|
104
104
|`initdbScriptsConfigMap`| ConfigMap with the initdb scripts (Note: Overrides `initdbScripts`) |`""`|
@@ -298,7 +298,7 @@ The command removes all the Kubernetes components associated with the chart and
298
298
|`volumePermissions.enabled`| Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup`|`false`|
0 commit comments