From f4956fb0157070a243a25e709277b22d67c494d6 Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 19 Apr 2026 14:20:07 +0200 Subject: [PATCH] chore(k3s): sync configmap with relative workspace path --- k3s/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k3s/configmap.yaml b/k3s/configmap.yaml index 893035f5d..2cea01410 100644 --- a/k3s/configmap.yaml +++ b/k3s/configmap.yaml @@ -12,7 +12,7 @@ data: "version": 2, "agents": { "defaults": { - "workspace": "/home/stevef/dev/tomerge/github/picoclaw/k3s/workspace", + "workspace": "workspace", "restrict_to_workspace": true, "allow_read_outside_workspace": false, "provider": "",