From ccd86dce69067b86217573d4cf1f26b0cece1610 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 14 Nov 2020 22:09:06 +0900 Subject: [PATCH] chart: Update CRDs to make Runnner{Deployment,ReplicaSet} replicas optional (#189) Ref #186 --- .../crds/actions.summerwind.dev_runnerdeployments.yaml | 1 + .../crds/actions.summerwind.dev_runnerreplicasets.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml index 54600d6d..e0b4e02a 100644 --- a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml +++ b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml @@ -41,6 +41,7 @@ spec: description: RunnerReplicaSetSpec defines the desired state of RunnerDeployment properties: replicas: + nullable: true type: integer template: properties: diff --git a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml index 522a2e19..e243ce43 100644 --- a/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml +++ b/charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml @@ -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: