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

OZG-6312 add new deployment property

parent 511f4f27
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,10 @@ spec:
- name: ozgcloud_feature_bescheid_kielHackathonRoute
value: {{ quote (((.Values.ozgcloud).feature).bescheid).kielHackathonRoute }}
{{- end }}
{{- if (((.Values.ozgcloud).notification).eingangsbestaetigung).replyAllowed }}
- name: ozgcloud_notification_eingangsbestaetigung_replyAllowed
value: {{ (((.Values.ozgcloud).notification).eingangsbestaetigung).replyAllowed }}
{{- end }}
{{- if (.Values.ozgcloud).processors}}
{{- range $processor_index, $processor := (.Values.ozgcloud).processors }}
......
......@@ -141,3 +141,15 @@ tests:
content:
name: ozgcloud_processors_1_forms_0_formEngineName
value: FormSolutions
- it: should have notification properties
set:
ozgcloud:
notification:
eingangsbestaetigung:
replyAllowed: true
asserts:
- contains:
path: spec.template.spec.containers[0].env
content:
name: ozgcloud_notification_eingangsbestaetigung_replyAllowed
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