chart: Update CRDs to make Runnner{Deployment,ReplicaSet} replicas optional (#189)
Ref #186
This commit is contained in:
parent
3d531ffcdd
commit
ccd86dce69
|
|
@ -41,6 +41,7 @@ spec:
|
|||
description: RunnerReplicaSetSpec defines the desired state of RunnerDeployment
|
||||
properties:
|
||||
replicas:
|
||||
nullable: true
|
||||
type: integer
|
||||
template:
|
||||
properties:
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ spec:
|
|||
description: RunnerReplicaSetSpec defines the desired state of RunnerReplicaSet
|
||||
properties:
|
||||
replicas:
|
||||
nullable: true
|
||||
type: integer
|
||||
template:
|
||||
properties:
|
||||
|
|
@ -1533,7 +1534,6 @@ spec:
|
|||
type: object
|
||||
type: object
|
||||
required:
|
||||
- replicas
|
||||
- template
|
||||
type: object
|
||||
status:
|
||||
|
|
|
|||
Loading…
Reference in New Issue