Skip to content

Commit 096b45c

Browse files
committed
Remove local-path-provisioner
1 parent 906955a commit 096b45c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

bootstrap.sh

-13
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ helm upgrade --install \
3030
-f config/cilium.yaml \
3131
-n networking --create-namespace
3232

33-
# local path provisioner
34-
LOCAL_PATH_VERSION=v0.0.29
35-
git clone https://github.com/rancher/local-path-provisioner.git
36-
cd local-path-provisioner
37-
git checkout $LOCAL_PATH_VERSION
38-
helm upgrade --install \
39-
local-path-provisioner \
40-
./deploy/chart/local-path-provisioner \
41-
-f ../config/local-path-provisioner.yaml \
42-
-n storage --create-namespace
43-
cd ..
44-
rm -rf local-path-provisioner
45-
4633
# sealed secrets
4734
SECRETS_NAMESPACE=secrets
4835
kubectl create namespace $SECRETS_NAMESPACE \

0 commit comments

Comments
 (0)