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