Skip to content
Snippets Groups Projects
Commit c5903d88 authored by OZGCloud's avatar OZGCloud
Browse files

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
......@@ -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 }}
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment