forked from k-space/kube
oidc: update CRDs
This commit is contained in:
parent
b56376624e
commit
8712786cfe
@ -40,6 +40,7 @@ spec:
|
||||
type: string
|
||||
customProfile:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
@ -98,6 +99,7 @@ spec:
|
||||
type: string
|
||||
profile:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
@ -160,7 +162,6 @@ spec:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
pattern: '^(https:\/\/.)[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)$'
|
||||
grantTypes:
|
||||
type: array
|
||||
items:
|
||||
|
Loading…
Reference in New Issue
Block a user