Skip to content

Commit ccd86dc

Browse files
authored
chart: Update CRDs to make Runnner{Deployment,ReplicaSet} replicas optional (actions#189)
Ref actions#186
1 parent 3d531ff commit ccd86dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:
4141
description: RunnerReplicaSetSpec defines the desired state of RunnerDeployment
4242
properties:
4343
replicas:
44+
nullable: true
4445
type: integer
4546
template:
4647
properties:

charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:
4141
description: RunnerReplicaSetSpec defines the desired state of RunnerReplicaSet
4242
properties:
4343
replicas:
44+
nullable: true
4445
type: integer
4546
template:
4647
properties:
@@ -1533,7 +1534,6 @@ spec:
15331534
type: object
15341535
type: object
15351536
required:
1536-
- replicas
15371537
- template
15381538
type: object
15391539
status:

0 commit comments

Comments
 (0)