Skip to content

Commit

Permalink
Merge pull request #58 from jan-kolarik/batch-job-fix-example-file-2
Browse files Browse the repository at this point in the history
Fix path to an example directory in README
  • Loading branch information
rhuss authored Apr 29, 2024
2 parents 368aa42 + 289c236 commit deff9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behavioral/BatchJob/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To access the PersistentVolume used in this demo, let's mount a local directory

[source, bash]
----
minikube start --mount --mount-string="$(pwd)/logs:/example"
minikube start --mount --mount-string="$(pwd)/logs:/tmp/example"
----

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

0 comments on commit deff9ae

Please sign in to comment.