Skip to content
Snippets Groups Projects
Commit d7e0f2ce authored by Sergey Bondarev's avatar Sergey Bondarev
Browse files

add storageClassName: to pvc

remove deprecated annotation
parent d9207c59
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment