Skip to content

Commit 48a0797

Browse files
committed
Update README.md
Signed-off-by: Derek Su <[email protected]>
1 parent ba0f88f commit 48a0797

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a
2727

2828
- Stable
2929
```
30-
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.26/deploy/local-path-storage.yaml
30+
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.27/deploy/local-path-storage.yaml
3131
```
3232

3333
- Development
@@ -38,7 +38,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione
3838
Or, use `kustomize` to deploy.
3939
- Stable
4040
```
41-
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.26" | kubectl apply -f -
41+
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.27" | kubectl apply -f -
4242
```
4343

4444
- Development
@@ -301,7 +301,7 @@ To uninstall, execute:
301301
302302
- Stable
303303
```
304-
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.26/deploy/local-path-storage.yaml
304+
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.27/deploy/local-path-storage.yaml
305305
```
306306
307307
- Development

0 commit comments

Comments
 (0)