change path to reflect guide
The "Configure a Pod to Use a PersistentVolume for Storage"-task specifies that the content should be located on "/mnt/data" and not "/tmp/data", however this is not reflected in the yaml.
This commit is contained in:
parent
902179b98f
commit
6edfc77327
|
|
@ -11,4 +11,4 @@ spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
hostPath:
|
hostPath:
|
||||||
path: "/tmp/data"
|
path: "/mnt/data"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue