Skip to content

Commit 80de00e

Browse files
committed
this comment is no longer true
1 parent 2c24a48 commit 80de00e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

api/v1alpha1/githubactionrunner_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type GithubActionRunnerSpec struct {
1818
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Repository",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:text"}
1919
Repository string `json:"repository,omitempty"`
2020

21-
// Minimum pool-size. Note that you need one runner in order for jobs to be schedulable, else they fail claiming no runners match the selector labels.
21+
// Minimum pool-size.
2222
// +kubebuilder:validation:Minimum=0
2323
// +kubebuilder:validation:Required
2424
// +kubebuilder:default=1

config/crd/bases/garo.tietoevry.com_githubactionrunners.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ spec:
5555
type: integer
5656
minRunners:
5757
default: 1
58-
description: Minimum pool-size. Note that you need one runner in order
59-
for jobs to be schedulable, else they fail claiming no runners match
60-
the selector labels.
58+
description: Minimum pool-size.
6159
minimum: 0
6260
type: integer
6361
minTtl:

0 commit comments

Comments
 (0)