Skip to content

Commit

Permalink
Update mongodb-configmap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve authored Oct 18, 2024
1 parent 5bbb374 commit c9dbc23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mongodb-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
data:
# This is the mongodb database where data will be stored, you might use a different name if you want.
MONGODB_DATABASE_STORAGE: "KerberosStorage"
MONGODB_DATABASE_FACTORY: "KerberosFactory"
# MongoDB URI (for example for a SaaS service like MongoDB Atlas)
# If uri is set, the below properties are not used (host, adminDatabase, username, password)
#MONGODB_URI: "mongodb+srv://xx:[email protected]/?retryWrites=true&w=majority&appName=xxx"
Expand All @@ -13,4 +14,4 @@ data:
MONGODB_HOST: "mongodb.mongodb"
MONGODB_DATABASE_CREDENTIALS: "admin"
MONGODB_USERNAME: "root"
MONGODB_PASSWORD: "yourpassword"
MONGODB_PASSWORD: "yourpassword"

0 comments on commit c9dbc23

Please sign in to comment.