Commit eeae1bed authored by Xiangfei Zhu's avatar Xiangfei Zhu

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.
parent 336fa7cf
......@@ -12,4 +12,4 @@ spec:
volumes:
- name: test-volume
persistentVolumeClaim:
claimName: pvcsc0001
claimName: pvcsc001
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment