From c9dbc236ef36d2faf248657b50ce89cb8ecb63d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Fri, 18 Oct 2024 13:51:23 +0200 Subject: [PATCH] Update mongodb-configmap.yaml --- mongodb-configmap.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mongodb-configmap.yaml b/mongodb-configmap.yaml index 6067478..7b4475e 100644 --- a/mongodb-configmap.yaml +++ b/mongodb-configmap.yaml @@ -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:xx@kerberos-hub.xxx.mongodb.net/?retryWrites=true&w=majority&appName=xxx" @@ -13,4 +14,4 @@ data: MONGODB_HOST: "mongodb.mongodb" MONGODB_DATABASE_CREDENTIALS: "admin" MONGODB_USERNAME: "root" - MONGODB_PASSWORD: "yourpassword" \ No newline at end of file + MONGODB_PASSWORD: "yourpassword"