Skip to content
Snippets Groups Projects
Commit 3a36b810 authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-6054 helm: Quote string after joining

parent e5df1f10
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment