Skip to content

Commit

Permalink
Trying to fix nginx controller image pull error
Browse files Browse the repository at this point in the history
Signed-off-by: asararatnakar <asara.ratnakar@gmail.com>
  • Loading branch information
asararatnakar committed Oct 3, 2023
1 parent 536642d commit cab5b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion config/ingress/kind/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- ingress-nginx-controller.yaml

0 comments on commit cab5b66

Please sign in to comment.