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
|
description: RunnerReplicaSetSpec defines the desired state of RunnerDeployment
|
||||||
properties:
|
properties:
|
||||||
replicas:
|
replicas:
|
||||||
|
nullable: true
|
||||||
type: integer
|
type: integer
|
||||||
template:
|
template:
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ spec:
|
||||||
description: RunnerReplicaSetSpec defines the desired state of RunnerReplicaSet
|
description: RunnerReplicaSetSpec defines the desired state of RunnerReplicaSet
|
||||||
properties:
|
properties:
|
||||||
replicas:
|
replicas:
|
||||||
|
nullable: true
|
||||||
type: integer
|
type: integer
|
||||||
template:
|
template:
|
||||||
properties:
|
properties:
|
||||||
|
|
@ -1533,7 +1534,6 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- replicas
|
|
||||||
- template
|
- template
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue