[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:
parent
2994ab4f29
commit
99881b28e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue