diff --git a/examples/volumes/vsphere/README.md b/examples/volumes/vsphere/README.md index 0ac4f774c5d..897bd835d6e 100644 --- a/examples/volumes/vsphere/README.md +++ b/examples/volumes/vsphere/README.md @@ -176,7 +176,7 @@ - name: test-volume mountPath: /test-vmdk volumes: - - name: vmdk-storage + - name: test-volume persistentVolumeClaim: claimName: pvc0001 ``` @@ -315,7 +315,7 @@ - name: test-volume mountPath: /test-vmdk volumes: - - name: vmdk-storage + - name: test-volume persistentVolumeClaim: claimName: pvcsc001 ``` diff --git a/examples/volumes/vsphere/vsphere-volume-pvcpod.yaml b/examples/volumes/vsphere/vsphere-volume-pvcpod.yaml index ae903183c8a..291664adaa9 100644 --- a/examples/volumes/vsphere/vsphere-volume-pvcpod.yaml +++ b/examples/volumes/vsphere/vsphere-volume-pvcpod.yaml @@ -10,6 +10,6 @@ spec: - name: test-volume mountPath: /test-vmdk volumes: - - name: vmdk-storage + - name: test-volume persistentVolumeClaim: - claimName: pvc0001 \ No newline at end of file + claimName: pvc0001 diff --git a/examples/volumes/vsphere/vsphere-volume-pvcscpod.yaml b/examples/volumes/vsphere/vsphere-volume-pvcscpod.yaml index d7167ac0451..036aeb280cb 100644 --- a/examples/volumes/vsphere/vsphere-volume-pvcscpod.yaml +++ b/examples/volumes/vsphere/vsphere-volume-pvcscpod.yaml @@ -10,6 +10,6 @@ spec: - name: test-volume mountPath: /test-vmdk volumes: - - name: vmdk-storage + - name: test-volume persistentVolumeClaim: - claimName: pvcsc0001 \ No newline at end of file + claimName: pvcsc001