mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
fixed wrong pvc name in kubernetes deployment
This commit is contained in:
parent
53949d2e62
commit
5909597d9e
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: pvc
|
name: rbd-pvc
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
|
@ -12,6 +12,6 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: mypvc
|
- name: mypvc
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: rbd-pv
|
claimName: rbd-pvc
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user