Skip to content

Commit

Permalink
Fix/missing role (#5)
Browse files Browse the repository at this point in the history
* fix: add missing role for secrets

* fix: update CRD

---------

Co-authored-by: milan.horvath <[email protected]>
  • Loading branch information
milanhorvath and milan.horvath authored Feb 7, 2024
1 parent 18cff06 commit 4240a64
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/helm/crds/keycloakclients.onecx.tkit.org-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
items:
type: string
type: array
password:
type: string
protocol:
type: string
publicClient:
Expand All @@ -53,8 +55,6 @@ spec:
items:
type: string
type: array
secret:
type: string
serviceAccountsEnabled:
type: boolean
standardFlowEnabled:
Expand All @@ -64,6 +64,10 @@ spec:
type: string
type: array
type: object
passwordKey:
type: string
passwordSecrets:
type: string
realm:
type: string
type:
Expand Down

0 comments on commit 4240a64

Please sign in to comment.