FairwindsOps / charts

Fairwinds helm chart repository

Home Page:https://fairwinds.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polaris - Support IngressClassName

diversit opened this issue · comments

Is your feature request related to a problem? Please describe.
For Ingress, the kubernetes.io/ingress.class annotation is deprecated.
Instead, an ingressClassName should be used in Ingress objects.

Describe the solution you'd like
Add support for a dashboard.ingress.ingressClassName property in the Helm chart to be able to set the ingressClassName in the Ingress object.

Additional context
Ideally, this should be applied to all charts.

Provided a PR #590 to solve this issue