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

OZG-4939 revert some changes

parent 31c7b876
Branches
Tags
No related merge requests found
......@@ -9,20 +9,9 @@ metadata:
spec:
keep_after_delete: {{ (.Values.sso).keep_after_delete | default false }}
client_name: {{ $client.client_name }}
{{- if $client.client_base_url }}
client_base_url: {{ $client.client_base_url }}
{{- else }}
client_base_url: https://{{ include "app.baseDomain" $ }}
{{- end }}
{{- if $client.client_web_origins }}
client_web_origins:
{{- with $client.client_web_origins }}
{{ toYaml . | indent 4 }}
{{- end }}
{{- else }}
client_web_origins:
- https://{{ include "app.baseDomain" $ }}
{{- end }}
client_redirect_uris:
- https://{{ include "app.baseDomain" $ }}
- https://{{ include "app.baseDomain" $ }}/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment