From 289c23654b1995eccd4d56d085ed6ebc616add9d Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Mon, 29 Apr 2024 15:38:25 +0200 Subject: [PATCH] readme: Fix path to an example directory --- behavioral/BatchJob/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behavioral/BatchJob/README.adoc b/behavioral/BatchJob/README.adoc index b9de72e..6ea3819 100644 --- a/behavioral/BatchJob/README.adoc +++ b/behavioral/BatchJob/README.adoc @@ -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.