File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3838Or, 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
You can’t perform that action at this time.
0 commit comments