fix: add runner config to pass docker_host to job containers

This commit is contained in:
Ryan Moon
2026-04-02 19:04:15 -05:00
parent 48961e4af8
commit 9c209ee88b
2 changed files with 21 additions and 0 deletions

11
runner/config.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-runner-config
namespace: runner
data:
config.yaml: |
container:
docker_host: tcp://localhost:2375
network: host
force_pull: false