From eeae1bed4a498ef928f57da78bc9fc0e0568c324 Mon Sep 17 00:00:00 2001 From: Xiangfei Zhu Date: Mon, 9 Jan 2017 06:10:09 +0000 Subject: [PATCH] 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. --- examples/volumes/vsphere/vsphere-volume-pvcscpod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/volumes/vsphere/vsphere-volume-pvcscpod.yaml b/examples/volumes/vsphere/vsphere-volume-pvcscpod.yaml index e60a5bc2c6d..036aeb280cb 100644 --- a/examples/volumes/vsphere/vsphere-volume-pvcscpod.yaml +++ b/examples/volumes/vsphere/vsphere-volume-pvcscpod.yaml @@ -12,4 +12,4 @@ spec: volumes: - name: test-volume persistentVolumeClaim: - claimName: pvcsc0001 + claimName: pvcsc001