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

OZG-4939 Renamed key for additional web origins to additional_client_web_origins

parent 14cc7fc5
Branches
Tags
No related merge requests found
...@@ -13,8 +13,8 @@ spec: ...@@ -13,8 +13,8 @@ spec:
client_web_origins: client_web_origins:
- https://{{ include "app.baseDomain" $ }} - https://{{ include "app.baseDomain" $ }}
{{- if $client.client_web_origins }} {{- if $client.additional_client_web_origins }}
{{- with $client.client_web_origins }} {{- with $client.additional_client_web_origins }}
{{ toYaml . | indent 4 }} {{ toYaml . | indent 4 }}
{{- end }} {{- end }}
{{- end }} {{- end }}
......
...@@ -119,7 +119,7 @@ tests: ...@@ -119,7 +119,7 @@ tests:
sso: sso:
keycloak_clients: keycloak_clients:
- client_name: admin - client_name: admin
client_web_origins: additional_client_web_origins:
- https://some.origin.de - https://some.origin.de
- https://some.other.origin.de - https://some.other.origin.de
asserts: asserts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment