Skip to content

Commit

Permalink
feat: add kc client for tenant (onecx#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Jun 20, 2024
1 parent 8043a25 commit 4a842b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ app:
image:
repository: "onecx/onecx-theme-svc"
db:
enabled: true
enabled: true
operator:
keycloak:
client:
enabled: true
spec:
kcConfig:
defaultClientScopes: [ ocx:tenant:read ]

0 comments on commit 4a842b8

Please sign in to comment.