Skip to content

Commit f74fbca

Browse files
csweichelroboquat
authored andcommitted
[core-dev] Every preview env its own working area
1 parent 3d313d2 commit f74fbca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.werft/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ export async function deployToDev(deploymentConfig: DeploymentConfig, workspaceF
439439
let flags = ""
440440
flags += ` --namespace ${namespace}`;
441441
flags += ` --set components.imageBuilder.hostDindData=/mnt/disks/ssd0/docker-${namespace}`;
442+
flags += ` --set components.wsDaemon.hostWorkspaceArea=/mnt/disks/ssd0/workspaces-${namespace}`;
442443
flags += ` --set version=${version}`;
443444
flags += ` --set hostname=${domain}`;
444445
flags += ` --set devBranch=${destname}`;

0 commit comments

Comments
 (0)