Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vorgang-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
vorgang-manager
Commits
bc7c3e79
Commit
bc7c3e79
authored
5 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6162 Fix helm tests
parent
71ed8e81
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/deployment.yaml
+6
-1
6 additions, 1 deletion
src/main/helm/templates/deployment.yaml
src/test/helm/deployment_xdomea_test.yaml
+4
-1
4 additions, 1 deletion
src/test/helm/deployment_xdomea_test.yaml
with
10 additions
and
2 deletions
src/main/helm/templates/deployment.yaml
+
6
−
1
View file @
bc7c3e79
...
...
@@ -242,13 +242,18 @@ spec:
-
name
:
ozgcloud_notification_eingangsbestaetigung_replyAllowed
value
:
{{
quote (((.Values.ozgcloud).notification).eingangsbestaetigung).replyAllowed
}}
{{
- end
}}
{{
- if ((.Values.ozgcloud).xdomea).behoerdenschluessel
}}
-
name
:
ozgcloud_xdomea_behoerdenschluessel
value
:
{{
((.Values.ozgcloud).xdomea).behoerdenschluessel | quote
}}
{{
- end
}}
{{
- if ((.Values.ozgcloud).xdomea).behoerdenschluesselUri
}}
-
name
:
ozgcloud_xdomea_behoerdenschluesselUri
value
:
{{
((.Values.ozgcloud).xdomea).behoerdenschluesselUri
}}
{{
- end
}}
{{
- if ((.Values.ozgcloud).xdomea).behoerdenschluesselVersion
}}
-
name
:
ozgcloud_xdomea_behoerdenschluesselVersion
value
:
{{
((.Values.ozgcloud).xdomea).behoerdenschluesselVersion | quote
}}
{{
- end
}}
{{
- if (.Values.ozgcloud).processors
}}
{{
- range $processor_index
,
$processor
:
= (.Values.ozgcloud).processors
}}
-
name
:
ozgcloud_processors_{{ $processor_index }}_address
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/deployment_xdomea_test.yaml
+
4
−
1
View file @
bc7c3e79
...
...
@@ -35,7 +35,7 @@ set:
bezeichner
:
helm
imagePullSecret
:
test-image-pull-secret
tests
:
-
it
:
should not
require o
n behoerdenschlüssel properties
-
it
:
should not
contai
n behoerdenschlüssel properties
if values are missing
set
:
# note: explicitly non-set behoerdenschlüssel properties
asserts
:
...
...
@@ -43,14 +43,17 @@ tests:
path
:
spec.template.spec.containers[0].env
content
:
name
:
ozgcloud_xdomea_behoerdenschluessel
any
:
true
-
notContains
:
path
:
spec.template.spec.containers[0].env
content
:
name
:
ozgcloud_xdomea_behoerdenschluesselUri
any
:
true
-
notContains
:
path
:
spec.template.spec.containers[0].env
content
:
name
:
ozgcloud_xdomea_behoerdenschluesselVersion
any
:
true
-
it
:
should set (optional) behoerdenschlüssel properties
set
:
ozgcloud
:
...
...
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