Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aggregation-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
aggregation-manager
Commits
aec1ccac
Commit
aec1ccac
authored
2 months ago
by
Bastian Heppener
Browse files
Options
Downloads
Plain Diff
Merge branch 'adjust-database' into 'main'
adjust datbase secret name See merge request
!22
parents
cd7f735f
17d41a23
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!22
adjust datbase secret name
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
aggregation-manager-job/src/main/helm/values.yaml
+1
-1
1 addition, 1 deletion
aggregation-manager-job/src/main/helm/values.yaml
aggregation-manager-job/src/test/helm/cronjob_database_test.yaml
+2
-2
2 additions, 2 deletions
...tion-manager-job/src/test/helm/cronjob_database_test.yaml
with
3 additions
and
3 deletions
aggregation-manager-job/src/main/helm/values.yaml
+
1
−
1
View file @
aec1ccac
...
...
@@ -33,7 +33,7 @@ ozgcloud:
database
:
useExternal
:
false
databaseName
:
aggregation-manager-job-database
secretName
:
ozg-mongodb-admin-aggregation-manager-user
secretName
:
ozg-mongodb-admin-aggregation-manager-
job-
user
tls
:
enabled
:
false
secretName
:
ozg-mongodb-tls-cert
...
...
This diff is collapsed.
Click to expand it.
aggregation-manager-job/src/test/helm/cronjob_database_test.yaml
+
2
−
2
View file @
aec1ccac
...
...
@@ -68,7 +68,7 @@ tests:
name
:
spring_data_mongodb_uri
valueFrom
:
secretKeyRef
:
name
:
ozg-mongodb-admin-aggregation-manager-user
name
:
ozg-mongodb-admin-aggregation-manager-
job-
user
key
:
connectionString.standardSrv
optional
:
false
-
contains
:
...
...
@@ -84,7 +84,7 @@ tests:
path
:
spec.jobTemplate.spec.template.spec.containers[0].envFrom
content
:
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
set
:
database
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment