mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
162 stars 145 forks source link

Support setting spec.ingressClassName #288

Open bbaptist opened 2 years ago

bbaptist commented 2 years ago

The new version of the Gitlab Helm chart uses spec.ingressClassName instead of an annotation of kubernetes.io/ingress.class. This means that the current charts won't work with the latest Gitlab Chart Version v5.6.0. Being able to set this value would be a great addition.

Thanks!

bbaptist commented 2 years ago

Oh, this is for the mattermost-team-edition ingress.yaml template.

nicholasrobertm commented 2 years ago

This issue actually exists for all of the charts in this repo FYI (Tested with focalboard)

mustdiechik commented 11 months ago

/close

kgriffiths commented 1 month ago

This was fixed for the Team chart only, the Enterprise version of the chart is still missing ingressClassName as a chart value, which prevents deploying Mattermost with Ingress. ingressClassName is a required field for current versions of the Ingress resource.