Skip to content

Commit

Permalink
refactor(yaml): Use cstor sparse sc for sample cstor PVC spec
Browse files Browse the repository at this point in the history
Signed-off-by: ksatchit <karthik.s@openebs.io>
  • Loading branch information
ksatchit authored and kmova committed Sep 9, 2018
1 parent e4316da commit 5490ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/demo/pvc-standard-cstor-default.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ apiVersion: v1
metadata:
name: demo-cstor-vol1-claim
spec:
storageClassName: openebs-cstor-default-0.7.0
storageClassName: openebs-cstor-sparse
accessModes:
- ReadWriteOnce
resources:

0 comments on commit 5490ba5

Please sign in to comment.