mattermost-helm
mattermost-helm copied to clipboard
ingressClassName is not present in values.yaml
I have a cluster with several ingress controllers.
I have not option to specify the ingress Class to use but using annotations, but that is deprecated in k8s v1.22 -> https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
Just came here to file the same issue.
It's also missing in the ingress templates, e.g.
mattermost-team-edition/templates/ingress.yaml
Please add ingress class to the ingress template and values.yaml, thanks :-)