mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
chart: Update CRDs to make Runnner{Deployment,ReplicaSet} replicas optional (#189)
Ref #186
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user