Skip to content

Commit

Permalink
fix: update CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
milan.horvath committed Feb 7, 2024
1 parent ee08c1e commit 4c2d55d
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 4c2d55d

Please sign in to comment.