Skip to content

Commit

Permalink
Install ingress otherwise apps stay progressing
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 3, 2024
1 parent bc20bb3 commit ced8f99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cluster-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
chmod +x mkcert-v*-linux-amd64
sudo cp mkcert-v*-linux-amd64 /usr/local/bin/mkcert
- name: install nginx
shell: bash
run: |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
- name: install sx-cnp-oss stack
env:
# renovate: datasource=github-releases depName=cert-manager/cert-manager
Expand Down

0 comments on commit ced8f99

Please sign in to comment.