forked from k-space/kube
		
	oidc: update CRDs
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user