Merge pull request #28 from gman0/deploy-pvc-fix

fixed wrong pvc name in kubernetes deployment
This commit is contained in:
Huamin Chen 2018-02-21 09:03:20 -05:00 committed by GitHub
commit c4d775953b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc
name: rbd-pvc
spec:
accessModes:
- ReadWriteOnce

View File

@ -12,6 +12,6 @@ spec:
volumes:
- name: mypvc
persistentVolumeClaim:
claimName: rbd-pv
claimName: rbd-pvc
readOnly: false