Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend-clients
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
frontend-clients
Commits
c5903d88
Commit
c5903d88
authored
11 months ago
by
OZGCloud
Browse files
Options
Downloads
Plain Diff
Merge pull request 'bugfix missing quote on env formID' (#691) from bufix_env_quote into master
parents
20a9223c
1cdad5f7
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
+1
-1
1 addition, 1 deletion
src/main/helm/templates/deployment.yaml
src/test/helm/deployment_defaults_env_test.yaml
+2
-2
2 additions, 2 deletions
src/test/helm/deployment_defaults_env_test.yaml
with
3 additions
and
3 deletions
src/main/helm/templates/deployment.yaml
+
1
−
1
View file @
c5903d88
...
...
@@ -98,7 +98,7 @@ spec:
{{
- if ((.Values.ozgcloud).vorgang).bescheid
}}
{{
- range $index
,
$bescheid
:
= ((.Values.ozgcloud).vorgang).bescheid
}}
-
name
:
ozgcloud_vorgang_bescheid_{{ $index }}_formId
value
:
{{
$bescheid.formId
}}
value
:
{{
$bescheid.formId
| quote
}}
-
name
:
ozgcloud_vorgang_bescheid_{{ $index }}_formEngineName
value
:
{{
$bescheid.formEngineName
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/deployment_defaults_env_test.yaml
+
2
−
2
View file @
c5903d88
...
...
@@ -92,7 +92,7 @@ tests:
-
formEngineName
:
AFM
formId
:
form_id_1
-
formEngineName
:
FormSolutions
formId
:
form_id_2
formId
:
2290
asserts
:
-
contains
:
path
:
spec.template.spec.containers[0].env
...
...
@@ -108,7 +108,7 @@ tests:
path
:
spec.template.spec.containers[0].env
content
:
name
:
ozgcloud_vorgang_bescheid_1_formId
value
:
form_id_2
value
:
"
2290"
-
contains
:
path
:
spec.template.spec.containers[0].env
content
:
...
...
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