From c240e57dd51f69a493d4da6bb361672316d7b9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20T=C3=A4schner?= <129834483+HenryT-CG@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:07:37 +0200 Subject: [PATCH] Add scope for help import in values.yaml --- src/main/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/helm/values.yaml b/src/main/helm/values.yaml index 913b797..8acff6b 100644 --- a/src/main/helm/values.yaml +++ b/src/main/helm/values.yaml @@ -15,4 +15,4 @@ app: enabled: true spec: kcConfig: - defaultClientScopes: [ ocx-ws:write, ocx-pm:write, ocx-pm-assignment:write, ocx-tn:write, ocx-th:write ] + defaultClientScopes: [ ocx-ws:write, ocx-pm:write, ocx-pm-assignment:write, ocx-tn:write, ocx-th:write, ocx-hp:write ]