fix(k3s): use relative workspace path for pod compatibility
This commit is contained in:
parent
3d1bb43178
commit
4dba248ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"workspace": "/home/stevef/dev/tomerge/github/picoclaw/k3s/workspace",
|
"workspace": "workspace",
|
||||||
"restrict_to_workspace": true,
|
"restrict_to_workspace": true,
|
||||||
"allow_read_outside_workspace": false,
|
"allow_read_outside_workspace": false,
|
||||||
"provider": "",
|
"provider": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue