Fix trivial typos (#2856)
This commit is contained in:
parent
c7dce2bbb7
commit
564c112b1a
|
|
@ -70,7 +70,7 @@ rbac:
|
||||||
{}
|
{}
|
||||||
# # This allows ARC to dynamically create a ServiceAccount and a Role for each Runner pod that uses "kubernetes" container mode,
|
# # This allows ARC to dynamically create a ServiceAccount and a Role for each Runner pod that uses "kubernetes" container mode,
|
||||||
# # by extending ARC's manager role to have the same permissions required by the pod runs the runner agent in "kubernetes" container mode.
|
# # by extending ARC's manager role to have the same permissions required by the pod runs the runner agent in "kubernetes" container mode.
|
||||||
# # Without this, Kubernetes blocks ARC to create the role to prevent a priviledge escalation.
|
# # Without this, Kubernetes blocks ARC to create the role to prevent a privilege escalation.
|
||||||
# # See https://github.com/actions/actions-runner-controller/pull/1268/files#r917327010
|
# # See https://github.com/actions/actions-runner-controller/pull/1268/files#r917327010
|
||||||
# allowGrantingKubernetesContainerModePermissions: true
|
# allowGrantingKubernetesContainerModePermissions: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ 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
|
## Container mode is an object that provides out-of-box configuration
|
||||||
## for dind and kubernetes mode. Template will be modified as documented under the
|
## for dind and kubernetes mode. Template will be modified as documented under the
|
||||||
## template object.
|
## template object.
|
||||||
##
|
##
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue