Fix ingress without class in kind deployment (#7726)

This commit is contained in:
Ricardo Katz 2021-09-29 19:10:45 -03:00 committed by GitHub
parent 6d0f4f4a1e
commit a7a73e6e83
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -135,6 +135,7 @@ controller:
terminationGracePeriodSeconds: 0
service:
type: NodePort
watchIngressWithoutClass: true
nodeSelector:
ingress-ready: "true"