oidc: update CRDs

This commit is contained in:
Erki Aas 2023-07-30 12:34:42 +03:00
parent fb55cd2ac7
commit a3b2f76652
1 changed files with 9 additions and 0 deletions

View File

@ -24,7 +24,13 @@ spec:
properties:
spec:
type: object
required:
- type
properties:
type:
type: string
enum: [ 'person', 'org', 'service', 'banned' ]
default: person
email:
type: string
companyEmail:
@ -114,6 +120,9 @@ spec:
x-kubernetes-embedded-resource: true
x-kubernetes-preserve-unknown-fields: true
additionalPrinterColumns:
- name: Type
type: string
jsonPath: .spec.type
- name: Name
type: string
jsonPath: .status.profile.name