Skip to content

Commit

Permalink
Remove local-path-provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Oct 11, 2024
1 parent 906955a commit 096b45c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ helm upgrade --install \
-f config/cilium.yaml \
-n networking --create-namespace

# local path provisioner
LOCAL_PATH_VERSION=v0.0.29
git clone https://github.com/rancher/local-path-provisioner.git
cd local-path-provisioner
git checkout $LOCAL_PATH_VERSION
helm upgrade --install \
local-path-provisioner \
./deploy/chart/local-path-provisioner \
-f ../config/local-path-provisioner.yaml \
-n storage --create-namespace
cd ..
rm -rf local-path-provisioner

# sealed secrets
SECRETS_NAMESPACE=secrets
kubectl create namespace $SECRETS_NAMESPACE \
Expand Down

0 comments on commit 096b45c

Please sign in to comment.