From 3a36b810d28ff410b443315706cc23f88162c8b2 Mon Sep 17 00:00:00 2001
From: OZG-Cloud Team <noreply@ozg-sh.de>
Date: Wed, 3 Jul 2024 08:44:36 +0200
Subject: [PATCH] OZG-6054 helm: Quote string after joining

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

diff --git a/xta-adapter/src/main/helm/templates/xta_adapter_cronjob.yaml b/xta-adapter/src/main/helm/templates/xta_adapter_cronjob.yaml
index b7027bf4..25da0415 100644
--- a/xta-adapter/src/main/helm/templates/xta_adapter_cronjob.yaml
+++ b/xta-adapter/src/main/helm/templates/xta_adapter_cronjob.yaml
@@ -64,7 +64,7 @@ spec:
                 - name: ozgcloud_xta_server_protocol
                   value: {{ (.Values.xta).server.protocol }}
                 - name: ozgcloud_xta_identifiers
-                  value: {{ (.Values.xta).identifiers | join "," }}
+                  value: {{ (.Values.xta).identifiers | join "," | quote }}
                 - name: ozgcloud_xta_keystore_file
                   value: "keystore/xta-keystore.p12"
                 - name: ozgcloud_xta_keystore_password
-- 
GitLab