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:
Nicolaj Græsholt
2018-01-19 09:30:32 +01:00
committed by GitHub
parent 902179b98f
commit 6edfc77327
@@ -11,4 +11,4 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/tmp/data"
path: "/mnt/data"