diff --git a/.github/workflows/cluster-test.yml b/.github/workflows/cluster-test.yml index 3a84b369..6e7f3453 100644 --- a/.github/workflows/cluster-test.yml +++ b/.github/workflows/cluster-test.yml @@ -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