From aeb6ffb8981eb6e4192c479700d1abc8504d20f7 Mon Sep 17 00:00:00 2001 From: Igor Vinokur Date: Tue, 19 Jan 2021 17:26:21 +0200 Subject: [PATCH] Revert "Add a workspace storage volume mount for che-theia editor (#798)" (#804) This reverts commit 1f368eabd5e79445b5d3e2e53020ba45bb144137. --- che-editors.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/che-editors.yaml b/che-editors.yaml index 8c56f4b560..a5fe21feb1 100644 --- a/che-editors.yaml +++ b/che-editors.yaml @@ -77,8 +77,6 @@ editors: volumeMounts: - name: plugins path: "/plugins" - - name: workspaceStorage - path: "/home/theia/.theia/workspace-storage" mountSources: true ports: - exposedPort: 3100 @@ -176,8 +174,6 @@ editors: volumeMounts: - name: plugins path: "/plugins" - - name: workspaceStorage - path: "/home/theia/.theia/workspace-storage" mountSources: true ports: - exposedPort: 3100