mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
Document customization for containerModes (#2777)
This commit is contained in:
@@ -68,6 +68,12 @@ githubConfigSecret:
|
|||||||
# key: ca.crt
|
# key: ca.crt
|
||||||
# runnerMountPath: /usr/local/share/ca-certificates/
|
# runnerMountPath: /usr/local/share/ca-certificates/
|
||||||
|
|
||||||
|
## Container mode is is an object that provides out-of-box configuration
|
||||||
|
## for dind and kubernetes mode. Template will be modified as documented under the
|
||||||
|
## template object.
|
||||||
|
##
|
||||||
|
## If any customization is required for dind or kubernetes mode, containerMode should remain
|
||||||
|
## empty, and configuration should be applied to the template.
|
||||||
# containerMode:
|
# containerMode:
|
||||||
# type: "dind" ## type can be set to dind or kubernetes
|
# type: "dind" ## type can be set to dind or kubernetes
|
||||||
# ## the following is required when containerMode.type=kubernetes
|
# ## the following is required when containerMode.type=kubernetes
|
||||||
|
|||||||
Reference in New Issue
Block a user