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
properties:
replicas:
nullable: true
type: integer
template:
properties:

View File

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