From cab5b6615eb312e046bf4ad90d34af0a558f54c0 Mon Sep 17 00:00:00 2001 From: asararatnakar Date: Wed, 27 Sep 2023 11:52:48 -0400 Subject: [PATCH] Trying to fix nginx controller image pull error Signed-off-by: asararatnakar --- .github/workflows/integration-tests.yaml | 2 +- config/ingress/kind/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 0de72c7d..29603484 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -61,7 +61,7 @@ jobs: - name: Set up ginkgo run: | - go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.1.4 + go install github.com/onsi/ginkgo/v2/ginkgo@v2.1.4 - name: Set up KIND k8s cluster run: | diff --git a/config/ingress/kind/kustomization.yaml b/config/ingress/kind/kustomization.yaml index 3174834c..9b5288eb 100644 --- a/config/ingress/kind/kustomization.yaml +++ b/config/ingress/kind/kustomization.yaml @@ -22,4 +22,4 @@ resources: - https://github.com/kubernetes/ingress-nginx.git/deploy/static/provider/kind?ref=controller-v1.1.2 patchesStrategicMerge: - - ingress-nginx-controller.yaml \ No newline at end of file + - ingress-nginx-controller.yaml