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:
@@ -11,4 +11,4 @@ spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
hostPath:
|
||||
path: "/tmp/data"
|
||||
path: "/mnt/data"
|
||||
|
||||
Reference in New Issue
Block a user