Hello @lungosta
Thanks for your interest in Traefik!
It seems that this option is not configurable right now with the Helm chart, as there is an open PR for that: https://github.com/traefik/traefik-helm-chart/pull/463.
Thus, as per this comment on PR #457, did you tried this:
additionalArguments:
- "--providers.kubernetesingress.allowemptyservices=true"
- "--providers.kubernetesingress.allowexternalnameservices=true"
- "--providers.kubernetescrd.allowemptyservices=true"
- "--providers.kubernetescrd.allowexternalnameservices=true"