fix(k3s): use absolute workspace path for pod
This commit is contained in:
parent
f4956fb015
commit
ee74a6d850
2 changed files with 2 additions and 2 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue