We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368aa42 commit 289c236Copy full SHA for 289c236
behavioral/BatchJob/README.adoc
@@ -11,7 +11,7 @@ To access the PersistentVolume used in this demo, let's mount a local directory
11
12
[source, bash]
13
----
14
-minikube start --mount --mount-string="$(pwd)/logs:/example"
+minikube start --mount --mount-string="$(pwd)/logs:/tmp/example"
15
16
17
Alternatively, you can mount the directory on the fly in the background.
0 commit comments