From 998edaefd6085d2070573317f12f137eabdbca0d Mon Sep 17 00:00:00 2001 From: ycz008 Date: Fri, 19 Apr 2024 15:33:27 +0800 Subject: [PATCH] udpate mongo --- prod-upgrade/mongo/mongo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod-upgrade/mongo/mongo.yaml b/prod-upgrade/mongo/mongo.yaml index b807eac..be552bf 100644 --- a/prod-upgrade/mongo/mongo.yaml +++ b/prod-upgrade/mongo/mongo.yaml @@ -32,7 +32,7 @@ spec: command: - mongod args: - - auth + - --auth - --bind_ip_all - --replSet bfs-mongo-rs0 imagePullPolicy: IfNotPresent