ingress-nginx-helm/charts/ingress-nginx/ci/controller-custom-ingressclass-flags.yaml
Akshit Grover fd8687c648
Add controller.watchIngressWithoutClass config option (#7459)
Signed-off-by: Akshit Grover <akshit.grover2016@gmail.com>
2021-08-09 05:53:32 -07:00

7 lines
171 B
YAML

controller:
watchIngressWithoutClass: true
ingressClassResource:
name: custom-nginx
enabled: true
default: true
controllerValue: "k8s.io/custom-nginx"