Skip to content

Commit

Permalink
Update nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy authored Jan 31, 2024
1 parent c773e3b commit 5d1bd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
helm repo add metallb https://metallb.github.io/metallb
helm install metallb metallb/metallb --namespace metallb-system --create-namespace
kubectl wait --for=condition=ready pods --namespace=metallb-system
kubectl wait pod --all --for=condition=Ready
kubectl get pods -A
cat <<EOF | kubectl apply -f -
apiVersion: metallb.io/v1beta1
Expand Down

0 comments on commit 5d1bd70

Please sign in to comment.