docs: remove ephemeral and simplify

This commit is contained in:
toast-gear 2022-07-09 13:38:57 +01:00 committed by Yusuke Kuoka
parent 4b9a6c6700
commit 409dc4c114
1 changed files with 2 additions and 5 deletions

View File

@ -382,9 +382,7 @@ kind: RunnerSet
metadata: metadata:
name: example name: example
spec: spec:
ephemeral: false replicas: 1
# This will deploy 2 runners now
replicas: 2
repository: mumoshu/actions-runner-controller-ci repository: mumoshu/actions-runner-controller-ci
# Other mandatory fields from StatefulSet # Other mandatory fields from StatefulSet
selector: selector:
@ -415,8 +413,7 @@ kind: RunnerSet
metadata: metadata:
name: example name: example
spec: spec:
ephemeral: false replicas: 1
replicas: 2
repository: mumoshu/actions-runner-controller-ci repository: mumoshu/actions-runner-controller-ci
dockerdWithinRunnerContainer: true dockerdWithinRunnerContainer: true
template: template: