Correct PVC name in Pod spec

Persistent Volume Claim name in README and other file is pvcsc001,
but it is pvcsc0001 in this file. Change it to match with others.
This commit is contained in:
Xiangfei Zhu 2017-01-09 06:10:09 +00:00
parent 336fa7cfda
commit eeae1bed4a

View File

@ -12,4 +12,4 @@ spec:
volumes:
- name: test-volume
persistentVolumeClaim:
claimName: pvcsc0001
claimName: pvcsc001