Skip to content

Commit 3493bd6

Browse files
committed
pt3
1 parent 81a2584 commit 3493bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/provision-k8s/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ runs:
158158
run: |
159159
set -Eeuxo pipefail
160160
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.31/deploy/local-path-storage.yaml
161-
kubectl wait deployments --all --namespace=local-path-storage --for=condition=Available --timeout=100s || (kubectl describe deployments --namespace=local-path-storage && false)
161+
kubectl wait deployments --all --namespace=local-path-storage --for=condition=Available --timeout=100s
162162
# https://kubernetes.io/docs/tasks/administer-cluster/change-default-storage-class/
163163
kubectl get storageclass
164164
kubectl patch storageclass local-path -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'

0 commit comments

Comments
 (0)