From 4d15f5df2ba2f2bbf56b56f7215ab70ec29ed07b Mon Sep 17 00:00:00 2001 From: Sergii Leshchenko Date: Fri, 8 Nov 2019 09:55:37 +0200 Subject: [PATCH] Use common PVC strategy by default --- deploy/crds/org_v1_che_cr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/crds/org_v1_che_cr.yaml b/deploy/crds/org_v1_che_cr.yaml index cbab4e5445..57a39e2b1e 100644 --- a/deploy/crds/org_v1_che_cr.yaml +++ b/deploy/crds/org_v1_che_cr.yaml @@ -69,7 +69,7 @@ spec: storage: # persistent volume claim strategy for Che server. Can be common (all workspaces PVCs in one volume), # per-workspace (one PVC per workspace for all declared volumes) and unique (one PVC per declared volume). Defaults to common - pvcStrategy: 'per-workspace' + pvcStrategy: 'common' # size of a persistent volume claim for workspaces. Defaults to 1Gi pvcClaimSize: '1Gi' # instruct Che server to launch a special pod to precreate a subpath in a PV