From 1c360d7e26ea241c476c62a92dbdec24d164f6f0 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Fri, 18 Aug 2023 11:03:28 +0200 Subject: [PATCH] Document customization for containerModes (#2777) --- charts/gha-runner-scale-set/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index bbd58ac8..cf0ef7e0 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -68,6 +68,12 @@ githubConfigSecret: # key: ca.crt # 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: # type: "dind" ## type can be set to dind or kubernetes # ## the following is required when containerMode.type=kubernetes