From 99881b28e34487a7ce4762bcb2a9bc773bdd5824 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 1 Mar 2026 16:47:14 +0000 Subject: [PATCH] =?UTF-8?q?[ci=20skip]=20openclaw:=20fix=20exec=20host=20?= =?UTF-8?q?=E2=80=94=20use=20gateway=20instead=20of=20node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit host=node requires a companion app (not available in container). host=gateway runs commands directly on the gateway process host. --- stacks/openclaw/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/openclaw/main.tf b/stacks/openclaw/main.tf index a1adb2f5..9c5b7aa7 100644 --- a/stacks/openclaw/main.tf +++ b/stacks/openclaw/main.tf @@ -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"]