From 4f113485382442dbc350661abc6c6f27d391c042 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 14 Jul 2026 07:35:49 -0700 Subject: [PATCH] (MC2DP-890) Set 'always-delete-dir=True' in workspace --- devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml b/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml index 78c44b8..b93c998 100644 --- a/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml +++ b/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml @@ -211,7 +211,8 @@ hatchery: "--ServerApp.allow_origin='https://qa-prometheus.planx-pla.net'", "--ServerApp.root_dir='/home/jovyan'", "--ServerApp.shutdown_no_activity_timeout=5400", - "--ServerApp.quit_button=False" + "--ServerApp.quit_button=False", + "--FileContentsManager.always_delete_dir=True" ], "path-rewrite": "/lw-workspace/proxy/", "use-tls": "false",