Fix ingress without class in kind deployment (#7726)
This commit is contained in:
parent
be9a7bea4a
commit
3224e7192f
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