chore(gitea-runners): Updated values for Dind support
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 38s

This commit is contained in:
Daniël Groothuis
2025-10-28 15:16:13 +01:00
parent 3ee97913b5
commit 78e0807f5f

View File

@@ -48,10 +48,11 @@ statefulset:
# See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml # See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
config: | config: |
log: log:
level: debug level: info
cache: cache:
enabled: false enabled: false
container: container:
privileged: true
require_docker: true require_docker: true
docker_timeout: 300s docker_timeout: 300s