From 0639ef08c3be6a0066f6d4608ba45fcde89fa11c Mon Sep 17 00:00:00 2001 From: "lin.huang" Date: Wed, 4 Oct 2023 02:37:31 +0800 Subject: [PATCH] change chart script:change mongodb.value.yaml --- manifest/helm-charts/infra/mongodb/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest/helm-charts/infra/mongodb/values.yaml b/manifest/helm-charts/infra/mongodb/values.yaml index 342f15de5..92ec88fd2 100644 --- a/manifest/helm-charts/infra/mongodb/values.yaml +++ b/manifest/helm-charts/infra/mongodb/values.yaml @@ -168,16 +168,16 @@ auth: ## @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 ## - usernames: [] - passwords: [] - databases: [] + usernames: [openim] + passwords: [openIM123] + databases: [openIM_v3] ## @param auth.username DEPRECATED: use `auth.usernames` instead ## @param auth.password DEPRECATED: use `auth.passwords` instead ## @param auth.database DEPRECATED: use `auth.databases` instead ## username: "" password: "" - database: "openIM_v3" + database: "" ## @param auth.replicaSetKey Key used for authentication in the replicaset (only when `architecture=replicaset`) ## replicaSetKey: ""