We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d4f07 commit 906955aCopy full SHA for 906955a
bootstrap.sh
@@ -31,7 +31,7 @@ helm upgrade --install \
31
-n networking --create-namespace
32
33
# local path provisioner
34
-LOCAL_PATH_VERSION=v0.0.28
+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
config/local-path-provisioner.yaml
@@ -1,6 +1,6 @@
1
storageClass:
2
create: true
3
- defaultClass: true
+ defaultClass: false
4
defaultVolumeType: hostPath
5
name: local-path
6
reclaimPolicy: Delete
0 commit comments