Skip to content

Commit

Permalink
Change PVC storageClassName
Browse files Browse the repository at this point in the history
Change storageClassName from fast2 to fast
  • Loading branch information
stgleb authored and luksa committed Jan 10, 2019
1 parent de6bec7 commit 13467ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter06/mongodb-pvc-dp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: PersistentVolumeClaim
metadata:
name: mongodb-pvc
spec:
storageClassName: fast2
storageClassName: fast
resources:
requests:
storage: 100Mi
Expand Down

0 comments on commit 13467ae

Please sign in to comment.