Skip to content

Commit deff9ae

Browse files
authored
Merge pull request k8spatterns#58 from jan-kolarik/batch-job-fix-example-file-2
Fix path to an example directory in README
2 parents 368aa42 + 289c236 commit deff9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behavioral/BatchJob/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To access the PersistentVolume used in this demo, let's mount a local directory
1111

1212
[source, bash]
1313
----
14-
minikube start --mount --mount-string="$(pwd)/logs:/example"
14+
minikube start --mount --mount-string="$(pwd)/logs:/tmp/example"
1515
----
1616

1717
Alternatively, you can mount the directory on the fly in the background.

0 commit comments

Comments
 (0)