diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index 77a97253..283117db 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -101,9 +101,6 @@ args: - dockerd - --host=unix:///var/run/docker.sock - --group=$(DOCKER_GROUP_GID) -env: - - name: DOCKER_GROUP_GID - value: "123" {{- range $i, $container := .Values.template.spec.containers }} {{- if eq $container.name "dind" }} {{- if hasKey $container "resources" }}