change chart script:change mongodb.value.yaml

pull/1145/head
lin.huang 2 years ago
parent c5a036630a
commit 0639ef08c3

@ -168,16 +168,16 @@ auth:
## @param auth.passwords List of passwords for the custom users set at `auth.usernames` ## @param auth.passwords List of passwords for the custom users set at `auth.usernames`
## @param auth.databases List of custom databases to be created during the initialization ## @param auth.databases List of custom databases to be created during the initialization
## ##
usernames: [] usernames: [openim]
passwords: [] passwords: [openIM123]
databases: [] databases: [openIM_v3]
## @param auth.username DEPRECATED: use `auth.usernames` instead ## @param auth.username DEPRECATED: use `auth.usernames` instead
## @param auth.password DEPRECATED: use `auth.passwords` instead ## @param auth.password DEPRECATED: use `auth.passwords` instead
## @param auth.database DEPRECATED: use `auth.databases` instead ## @param auth.database DEPRECATED: use `auth.databases` instead
## ##
username: "" username: ""
password: "" password: ""
database: "openIM_v3" database: ""
## @param auth.replicaSetKey Key used for authentication in the replicaset (only when `architecture=replicaset`) ## @param auth.replicaSetKey Key used for authentication in the replicaset (only when `architecture=replicaset`)
## ##
replicaSetKey: "" replicaSetKey: ""

Loading…
Cancel
Save