feat: allow access to runner certs
All checks were successful
Build / precommit (pull_request) Successful in 4m28s

- allow access to runner certs, used for mtls auth to incus
This commit is contained in:
Ben Vincent 2025-10-17 22:38:11 +11:00
parent fac90c66db
commit d41ff0c29f

View File

@ -39,7 +39,8 @@ profiles::gitea::runner::config:
privileged: false
options:
workdir_parent: /workspace
valid_volumes: []
valid_volumes:
- /etc/pki/tls/vault
docker_host: ""
force_pull: true
force_rebuild: false