diff --git a/charts/gha-runner-scale-set/templates/_helpers.tpl b/charts/gha-runner-scale-set/templates/_helpers.tpl index c9729235..078677ec 100644 --- a/charts/gha-runner-scale-set/templates/_helpers.tpl +++ b/charts/gha-runner-scale-set/templates/_helpers.tpl @@ -106,6 +106,8 @@ env: value: "123" securityContext: privileged: true + runAsUser: 0 + runAsGroup: 0 {{- if (ge (.Capabilities.KubeVersion.Minor | int) 29) }} restartPolicy: Always {{- end }}