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

Merge pull request 'OZG-6312 add quote to property' (#473) from...

Merge pull request 'OZG-6312 add quote to property' (#473) from OZG-6312-dFoerdemittel-antwort-moeglichkeit into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/vorgang-manager/pulls/473


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 27def3d1 f3b11312
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ spec:
{{- end }}
{{- if (((.Values.ozgcloud).notification).eingangsbestaetigung).replyAllowed }}
- name: ozgcloud_notification_eingangsbestaetigung_replyAllowed
value: {{ (((.Values.ozgcloud).notification).eingangsbestaetigung).replyAllowed }}
value: {{ quote (((.Values.ozgcloud).notification).eingangsbestaetigung).replyAllowed }}
{{- end }}
{{- if (.Values.ozgcloud).processors}}
......
......@@ -152,4 +152,4 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: ozgcloud_notification_eingangsbestaetigung_replyAllowed
value: true
\ No newline at end of file
value: "true"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment