diff --git a/charts/actions-runner-controller/values.yaml b/charts/actions-runner-controller/values.yaml index bfafc9f7..566cf162 100644 --- a/charts/actions-runner-controller/values.yaml +++ b/charts/actions-runner-controller/values.yaml @@ -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, # # 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 # allowGrantingKubernetesContainerModePermissions: true diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index b9de572c..3855fcd3 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -36,10 +36,10 @@ githubConfigSecret: # - example.com # - example.org -## maxRunners is the max number of runners the auto scaling runner set will scale up to. +## maxRunners is the max number of runners the autoscaling runner set will scale up to. # maxRunners: 5 -## minRunners is the min number of runners the auto scaling runner set will scale down to. +## minRunners is the min number of runners the autoscaling runner set will scale down to. # minRunners: 0 # runnerGroup: "default" @@ -68,7 +68,7 @@ githubConfigSecret: # key: ca.crt # 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 ## template object. ## diff --git a/docs/gha-runner-scale-set-controller/README.md b/docs/gha-runner-scale-set-controller/README.md index 7f05f861..92a858c3 100644 --- a/docs/gha-runner-scale-set-controller/README.md +++ b/docs/gha-runner-scale-set-controller/README.md @@ -112,7 +112,7 @@ Please evaluate these changes carefully before upgrading. #### Major changes 1. Added proxy support for the controller and the runner pods, see the new helm chart fields [#2286](https://github.com/actions/actions-runner-controller/pull/2286) -1. Added the abiilty to provide a pre-defined kubernetes secret for the auto scaling runner set helm chart [#2234](https://github.com/actions/actions-runner-controller/pull/2234) +1. Added the abiilty to provide a pre-defined kubernetes secret for the autoscaling runner set helm chart [#2234](https://github.com/actions/actions-runner-controller/pull/2234) 1. Enhanced security posture by removing un-required permissions for the manager-role [#2260](https://github.com/actions/actions-runner-controller/pull/2260) 1. Enhanced our logging by returning an error when a runner group is defined in the values file but it's not created in GitHub [#2215](https://github.com/actions/actions-runner-controller/pull/2215) 1. Fixed helm charts issues that were preventing the use of DinD [#2291](https://github.com/actions/actions-runner-controller/pull/2291)