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

OZG-4939 Fix keycloak helm template

parent 1c9844e3
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ metadata:
name: administration-keycloak-client
namespace: {{ include "app.namespace" $ }}
spec:
keep_after_delete: {{ (.Values.sso).keep_after_delete | default false }}
keep_after_delete: {{ $.Values.sso.keep_after_delete | default false }}
client_name: {{ $client.client_name }}
client_base_url: https://{{ include "app.baseDomain" $ }}
client_web_origins:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment