Skip to content
Snippets Groups Projects
Unverified Commit 0b441ade authored by Sergey's avatar Sergey Committed by GitHub
Browse files

nginx ingress controller should watch kind:ingress without class (#8128)

parent 6f6fad5a
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@ spec:
- --annotations-prefix=nginx.ingress.kubernetes.io
{% if ingress_nginx_class is defined %}
- --ingress-class={{ ingress_nginx_class }}
{% else %}
- --watch-ingress-without-class=true
{% endif %}
{% if ingress_nginx_host_network %}
- --report-node-internal-ip-address
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment