Add initial admin

[ZITADOPER-1]
This commit is contained in:
Haim Kortovich
2024-05-15 19:49:16 -05:00
parent 3795cbdca4
commit 624b99d371
14 changed files with 197 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ spec:
- ACCESS_TOKEN_TYPE_BEARER
- ACCESS_TOKEN_TYPE_JWT
type: string
zitadelClusterRef:
organizationRef:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
properties:
@@ -80,7 +80,7 @@ spec:
x-kubernetes-map-type: atomic
required:
- accessTokenType
- zitadelClusterRef
- organizationRef
type: object
status:
description: MachineUserStatus defines the observed state of MachineUser

View File

@@ -78,10 +78,13 @@ spec:
externalSecure:
default: true
type: boolean
host:
firstOrgName:
default: DEFAULT
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
type: string
host:
type: string
image:
properties:
name:
@@ -166,6 +169,7 @@ spec:
- crdbClusterRef
- externalPort
- externalSecure
- firstOrgName
- host
- image
- purpose
@@ -248,12 +252,16 @@ spec:
defaultInstanceId:
default: ""
type: string
initialAdminId:
default: ""
type: string
replicas:
default: 3
format: int32
type: integer
required:
- defaultInstanceId
- initialAdminId
type: object
type: object
served: true