Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #994 from LuckySB/cephfs-example-fix
Browse files Browse the repository at this point in the history
add storageClassName: to pvc
  • Loading branch information
wongma7 authored Sep 20, 2018
2 parents 784da09 + d7e0f2c commit c892be7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ceph/cephfs/example/claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: claim1
annotations:
volume.beta.kubernetes.io/storage-class: "cephfs"
spec:
storageClassName: cephfs
accessModes:
- ReadWriteMany
resources:
Expand Down

0 comments on commit c892be7

Please sign in to comment.