Skip to content

Commit 906955a

Browse files
committed
Update local-path provisioner
1 parent 73d4f07 commit 906955a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ helm upgrade --install \
3131
-n networking --create-namespace
3232

3333
# local path provisioner
34-
LOCAL_PATH_VERSION=v0.0.28
34+
LOCAL_PATH_VERSION=v0.0.29
3535
git clone https://github.com/rancher/local-path-provisioner.git
3636
cd local-path-provisioner
3737
git checkout $LOCAL_PATH_VERSION

config/local-path-provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
storageClass:
22
create: true
3-
defaultClass: true
3+
defaultClass: false
44
defaultVolumeType: hostPath
55
name: local-path
66
reclaimPolicy: Delete

0 commit comments

Comments
 (0)