Skip to content

Commit

Permalink
chart: Update CRDs to make Runnner{Deployment,ReplicaSet} replicas op…
Browse files Browse the repository at this point in the history
…tional (#189)

Ref #186
  • Loading branch information
mumoshu authored Nov 14, 2020
1 parent 3d531ff commit ccd86dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
description: RunnerReplicaSetSpec defines the desired state of RunnerDeployment
properties:
replicas:
nullable: true
type: integer
template:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
description: RunnerReplicaSetSpec defines the desired state of RunnerReplicaSet
properties:
replicas:
nullable: true
type: integer
template:
properties:
Expand Down Expand Up @@ -1533,7 +1534,6 @@ spec:
type: object
type: object
required:
- replicas
- template
type: object
status:
Expand Down

0 comments on commit ccd86dc

Please sign in to comment.