[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
7c300186f5
commit
8fddc076d7
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