Fix ingress without class in kind deployment (#7726)
This commit is contained in:
parent
6d0f4f4a1e
commit
a7a73e6e83
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -135,6 +135,7 @@ controller:
|
|||
terminationGracePeriodSeconds: 0
|
||||
service:
|
||||
type: NodePort
|
||||
watchIngressWithoutClass: true
|
||||
|
||||
nodeSelector:
|
||||
ingress-ready: "true"
|
||||
|
|
Loading…
Reference in a new issue