fix(k3s): use absolute workspace path for pod

This commit is contained in:
stevef 2026-04-19 14:22:37 +02:00
parent f4956fb015
commit ee74a6d850
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"version": 2,
"agents": {
"defaults": {
"workspace": "workspace",
"workspace": "/home/picoclaw/.picoclaw/workspace",
"restrict_to_workspace": true,
"allow_read_outside_workspace": false,
"provider": "",

View file

@ -12,7 +12,7 @@ data:
"version": 2,
"agents": {
"defaults": {
"workspace": "workspace",
"workspace": "/home/picoclaw/.picoclaw/workspace",
"restrict_to_workspace": true,
"allow_read_outside_workspace": false,
"provider": "",