[ci skip] openclaw: fix exec host — use gateway instead of node

host=node requires a companion app (not available in container).
host=gateway runs commands directly on the gateway process host.
This commit is contained in:
Viktor Barzin 2026-03-01 16:47:14 +00:00
parent 2994ab4f29
commit 99881b28e3

View file

@ -112,7 +112,7 @@ resource "kubernetes_config_map" "openclaw_config" {
profile = "full"
deny = []
exec = {
host = "node"
host = "gateway"
security = "full"
ask = "off"
pathPrepend = ["/tools", "/workspace/infra"]