Skip to content

Commit 9f29692

Browse files
committed
chore(workflow): set longhorn persistence.defaultClass=false
1 parent 13b489a commit 9f29692

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

_scripts/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export INSTALL_K3S_EXEC='--no-flannel'
3535
alias install-k3s="curl -sfL "${k3s_install_url}" | sh - $@"
3636

3737
install-k3s
38-
kubectl patch storageclass local-path -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}'
3938

4039
curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -
4140

@@ -49,7 +48,7 @@ git clone --dept 1 https://github.com/kyma-project/helm-broker
4948

5049

5150
helm install cilium --set operator.replicas=1 cilium/cilium --namespace kube-system
52-
helm install longhorn --create-namespace --set persistence.defaultClassReplicaCount=1 longhorn/longhorn --namespace longhorn-system
51+
helm install longhorn --create-namespace --set persistence.defaultClass=false --set persistence.defaultClassReplicaCount=1 longhorn/longhorn --namespace longhorn-system
5352
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --set installCRDs=true
5453
helm install catalog svc-cat/catalog --set asyncBindingOperationsEnabled=true --namespace catalog --create-namespace
5554
helm install helm-broker --set global.helm_broker.dir=/ --set global.helm_controller.dir=/ helm-broker/charts/helm-broker/ --namespace helm-broker --create-namespace

0 commit comments

Comments
 (0)