Unable to set any of the Nginx Ingress annotations

Currently trying out traefik since it offers support for some nginx annotations, but i am unable to set of of the afformentioned annotations stated here. my helm keeps failing with the error
``- at '/providers': additional properties 'kubernetesIngressNGINX' not allowed``` all providers i have added have been failing. i tested with the basic example from the documentation.
traefik helm chart version 39.0.5

I ran into this too.. turns out, it changed between v39 and v40.0.0-ea.1. In v39 you need to use kubernetesIngressNginx, with v40.0.0-ea.1 you need to use kubernetesIngressNGINX. It changed in #1714.

1 Like