diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index 764d923f..85625afd 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -104,6 +104,8 @@ args: env: - name: DOCKER_GROUP_GID value: "123" + - name: DOCKER_IPTABLES_LEGACY + value: "1" securityContext: privileged: true volumeMounts: diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index 021fecb9..d1c82162 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -141,6 +141,8 @@ template: ## env: ## - name: DOCKER_GROUP_GID ## value: "123" + ## - name: DOCKER_IPTABLES_LEGACY + ## value: "1" ## securityContext: ## privileged: true ## volumeMounts: