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
* [mongodb] add init-script to create custom user with db and password
* [mongodb] update readme with new values
* [mongodb] bump chart version to 0.2.0
* Update CHANGELOG.md
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---------
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|`customUser`| Optional user to be created at initialisation with a custom password and database |`{}`|
108
+
|`customUser.name`| Name of the custom user to be created |`""`|
109
+
|`customUser.database`| Name of the database to be created |`""`|
110
+
|`customUser.password`| Password to be used for the custom user |`""`|
111
+
|`customUser.existingSecret`| Existing secret, in which username, password and database name are saved |`""`|
112
+
|`customUser.secretKeys`| Name of keys in existing secret to use the custom user name, password and database |`{name: "", database: "", password: ""}`|
0 commit comments