diff --git a/apps/forgejo-runner/forgejo-runner-deployment.yaml b/apps/forgejo-runner/forgejo-runner-deployment.yaml index 30d4bc6..8f49028 100644 --- a/apps/forgejo-runner/forgejo-runner-deployment.yaml +++ b/apps/forgejo-runner/forgejo-runner-deployment.yaml @@ -18,6 +18,9 @@ spec: - name: runner image: code.forgejo.org/forgejo/runner:4.0.1 imagePullPolicy: IfNotPresent + securityContext: + runAsUser: 0 + runAsGroup: 0 command: - sh - -c