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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
aggregation-manager
Compare revisions
cd7f735f7972745f8c16d58479950e5cbabd0817 to aec1ccac592981fafe943d759132e560c9aa22b5
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ozg-cloud/app/aggregation-manager
Select target project
No results found
aec1ccac592981fafe943d759132e560c9aa22b5
Select Git revision
Swap
Target
ozg-cloud/app/aggregation-manager
Select target project
ozg-cloud/app/aggregation-manager
1 result
cd7f735f7972745f8c16d58479950e5cbabd0817
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
adjust datbase secret name
· 17d41a23
Bastian
authored
1 month ago
17d41a23
Merge branch 'adjust-database' into 'main'
· aec1ccac
Bastian Heppener
authored
1 month ago
adjust datbase secret name See merge request
!22
aec1ccac
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
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
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.