RocketChat / helm-charts

Repository for RocketChat helm charts
36 stars 67 forks source link

RC is always creating db named "test" in external MongoDB #126

Closed paunis closed 4 months ago

paunis commented 5 months ago

Deploying RC via Helm Chart with external MongoDB it always creates a db named "test" in the Mongo cluster. The values files contains this block: `mongodb: enabled: false auth: databases:

existingMongodbSecret: `

RocketChat version: 6.5.3 Node: v14.21.3 MongoDB: 6.0.13 Platform: Linux

paunis commented 4 months ago

Found out that database name is the one set in the MongoURI