mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
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:
parent
336fa7cfda
commit
eeae1bed4a
@ -12,4 +12,4 @@ spec:
|
||||
volumes:
|
||||
- name: test-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: pvcsc0001
|
||||
claimName: pvcsc001
|
||||
|
Loading…
Reference in New Issue
Block a user