🐛 Disable act_runner cache — external_secret required when enabled 🐛

default_config.yaml had cache.enabled=true but no external_secret,
dir, host, or port configured. act_runner refuses to start the cache
server without external_secret, logging an error on every boot.
cache_server.yaml already has cache disabled — align default_config
to match.
- rootfs/tmp/etc/act_runner/default_config.yaml: cache.enabled false

rootfs/tmp/etc/act_runner/default_config.yaml
This commit is contained in:
2026-06-04 16:54:06 -04:00
parent ab8d2b9ffc
commit 5349e92de9
@@ -66,4 +66,4 @@ container:
docker_host: '' docker_host: ''
cache: cache:
enabled: true enabled: false