diff --git a/volumes/vsphere/README.md b/volumes/vsphere/README.md index 0ac4f774..897bd835 100644 --- a/volumes/vsphere/README.md +++ b/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/volumes/vsphere/vsphere-volume-pvcpod.yaml b/volumes/vsphere/vsphere-volume-pvcpod.yaml index ae903183..291664ad 100644 --- a/volumes/vsphere/vsphere-volume-pvcpod.yaml +++ b/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/volumes/vsphere/vsphere-volume-pvcscpod.yaml b/volumes/vsphere/vsphere-volume-pvcscpod.yaml index d7167ac0..036aeb28 100644 --- a/volumes/vsphere/vsphere-volume-pvcscpod.yaml +++ b/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