From 4a50036b24a39871e18d8d1a40892c390aaaabd9 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 1 Oct 2024 15:06:45 +0200
Subject: [PATCH] OZG-6312 add quote to property

---
 src/main/helm/templates/deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml
index 149822c71..ba379a93e 100644
--- a/src/main/helm/templates/deployment.yaml
+++ b/src/main/helm/templates/deployment.yaml
@@ -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}}
-- 
GitLab