feat: allow access to runner certs
All checks were successful
Build / precommit (pull_request) Successful in 4m28s
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:
parent
fac90c66db
commit
d41ff0c29f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user