Rename Runner.Spec.dockerWithinRunnerContainer to docker"d"WithinRunnerContainer (#134)

* Rename Runner.Spec.dockerWithinRunnerContainer to dockerdWithinRunnerContainer

Ref https://github.com/summerwind/actions-runner-controller/pull/126#issuecomment-712501790
This commit is contained in:
Yusuke Kuoka
2020-10-21 21:32:40 +09:00
committed by GitHub
parent d16dfac0f8
commit faaca10fba
7 changed files with 14 additions and 14 deletions

View File

@@ -265,7 +265,7 @@ spec:
template:
spec:
image: summerwind/actions-runner-dind
dockerWithinRunnerContainer: true
dockerdWithinRunnerContainer: true
repository: mumoshu/actions-runner-controller-ci
env: []
```
@@ -306,8 +306,8 @@ spec:
memory: "4Gi"
# If set to true, runner pod container only 1 container that's expected to be able to run docker, too.
# image summerwind/actions-runner-dind or custom one should be used with true -value
dockerWithinRunnerContainer: false
# Valid if dockerWithinRunnerContainer is not true
dockerdWithinRunnerContainer: false
# Valid if dockerdWithinRunnerContainer is not true
dockerdContainerResources:
limits:
cpu: "4.0"