Skip to content
Snippets Groups Projects
Commit 0db7423e authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7909 set database name

parent d46175de
No related branches found
No related tags found
1 merge request!21OZG-7909 move converter configurations into common module
......@@ -32,7 +32,7 @@ ozgcloud:
database:
useExternal: false
databaseName: aggregation-manager-server-database
databaseName: aggregation-manager-database
secretName: ozg-mongodb-admin-aggregation-manager-user
tls:
enabled: false
......
......@@ -50,7 +50,7 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: spring_data_mongodb_database
value: aggregation-manager-server-database
value: aggregation-manager-database
- it: should configure external mongodb if useExternal
set:
database.useExternal: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment