Skip to content

Commit

Permalink
Use common PVC strategy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sleshchenko committed Nov 8, 2019
1 parent b3a22a2 commit 651c651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/crds/org_v1_che_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 651c651

Please sign in to comment.