diff --git a/deploy/static/provider/kind/deploy.yaml b/deploy/static/provider/kind/deploy.yaml index 49efcda1d..ba54920c6 100644 --- a/deploy/static/provider/kind/deploy.yaml +++ b/deploy/static/provider/kind/deploy.yaml @@ -339,6 +339,7 @@ spec: - --validating-webhook=:8443 - --validating-webhook-certificate=/usr/local/certificates/cert - --validating-webhook-key=/usr/local/certificates/key + - --watch-ingress-without-class=true - --publish-status-address=localhost securityContext: capabilities: diff --git a/hack/generate-deploy-scripts.sh b/hack/generate-deploy-scripts.sh index a4872c6d8..221c34697 100755 --- a/hack/generate-deploy-scripts.sh +++ b/hack/generate-deploy-scripts.sh @@ -135,6 +135,7 @@ controller: terminationGracePeriodSeconds: 0 service: type: NodePort + watchIngressWithoutClass: true nodeSelector: ingress-ready: "true"