Skip to content

Commit

Permalink
[tests] fix nginx deploy url (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Aug 10, 2022
1 parent 3ec367f commit bdd1e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var _ = BeforeSuite(func() {
return
}
kubectl.CreateNamespace("ingress-nginx")
err := kubectl.Apply("ingress-nginx", "https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/1.22/deploy.yaml")
err := kubectl.Apply("ingress-nginx", "https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml")
Expect(err).ToNot(HaveOccurred())

err = k.WaitForNamespaceWithPod("ingress-nginx", "app.kubernetes.io/component=controller")
Expand Down

0 comments on commit bdd1e95

Please sign in to comment.