Skip to content

Commit

Permalink
fix: make script executable
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek authored and yetone committed Aug 8, 2023
1 parent 6c93457 commit 037b31e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/installation_test_ingress.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
set -xe

# install loadbalancer
#

kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
kubectl wait --namespace metallb-system --for=condition=ready pod --selector=app=metallb --timeout=90s
kubectl apply -f https://kind.sigs.k8s.io/examples/loadbalancer/metallb-config.yaml

# install ingress, needs to happen before yatai-deployment, otherwise quick-install-yatai-deployment.sh will complain
Expand Down

0 comments on commit 037b31e

Please sign in to comment.