Skip to content
Snippets Groups Projects
Commit 6d43dc61 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-6054 helm: Use comma-seperated list for xta.identifiers

parent 10ed05ef
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ spec:
value: {{ (.Values.xta).server.address }}
- name: ozgcloud_xta_server_protocol
value: {{ (.Values.xta).server.protocol }}
- name: ozgcloud_xta_identifier
value: {{ quote (.Values.xta).identifier }}
- name: ozgcloud_xta_identifiers
value: {{ (.Values.xta).identifiers | join "," }}
- name: ozgcloud_xta_keystore_file
value: "keystore/xta-keystore.p12"
- name: ozgcloud_xta_keystore_password
......
......@@ -38,6 +38,7 @@ tests:
xta:
identifiers:
- gae:test@ozg-sh.de
- afmsh:test@ozg-sh.de
server:
name: test
address: 1.2.3.4
......@@ -71,8 +72,8 @@ tests:
- contains:
path: spec.jobTemplate.spec.template.spec.containers[0].env
content:
name: ozgcloud_xta_identifier
value: "gae:test@ozg-sh.de"
name: ozgcloud_xta_identifiers
value: "gae:test@ozg-sh.de,afmsh:test@ozg-sh.de"
- contains:
path: spec.jobTemplate.spec.template.spec.containers[0].env
content:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment