chart: Update CRDs to make Runnner{Deployment,ReplicaSet} replicas optional (#189)

Ref #186
This commit is contained in:
Yusuke Kuoka 2020-11-14 22:09:06 +09:00 committed by GitHub
parent 3d531ffcdd
commit ccd86dce69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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: