Skip to content
Snippets Groups Projects
Commit 17d41a23 authored by Bastian's avatar Bastian
Browse files

adjust datbase secret name

parent cd7f735f
Branches
Tags
1 merge request!22adjust datbase secret name
...@@ -33,7 +33,7 @@ ozgcloud: ...@@ -33,7 +33,7 @@ ozgcloud:
database: database:
useExternal: false useExternal: false
databaseName: aggregation-manager-job-database databaseName: aggregation-manager-job-database
secretName: ozg-mongodb-admin-aggregation-manager-user secretName: ozg-mongodb-admin-aggregation-manager-job-user
tls: tls:
enabled: false enabled: false
secretName: ozg-mongodb-tls-cert secretName: ozg-mongodb-tls-cert
......
...@@ -68,7 +68,7 @@ tests: ...@@ -68,7 +68,7 @@ tests:
name: spring_data_mongodb_uri name: spring_data_mongodb_uri
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: ozg-mongodb-admin-aggregation-manager-user name: ozg-mongodb-admin-aggregation-manager-job-user
key: connectionString.standardSrv key: connectionString.standardSrv
optional: false optional: false
- contains: - contains:
...@@ -84,7 +84,7 @@ tests: ...@@ -84,7 +84,7 @@ tests:
path: spec.jobTemplate.spec.template.spec.containers[0].envFrom path: spec.jobTemplate.spec.template.spec.containers[0].envFrom
content: content:
secretRef: secretRef:
name: ozg-mongodb-admin-aggregation-manager-user name: ozg-mongodb-admin-aggregation-manager-job-user
- it: should not have a volume for the mongodb certificate if tls is disabled - it: should not have a volume for the mongodb certificate if tls is disabled
set: set:
database: database:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment