aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a40c54..be6dc1a 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This step can be skipped in clusters that support automatic volume provisioning,
You need this step in Minikube.
```
-./zookeeper/bootstrap/pv.sh
+kubectl create -f ./zookeeper/bootstrap/pv-template.yml
kubectl create -f ./zookeeper/bootstrap/pvc.yml
```