Open bbaptist opened 2 years ago
Oh, this is for the mattermost-team-edition ingress.yaml template.
This issue actually exists for all of the charts in this repo FYI (Tested with focalboard)
/close
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.
The new version of the Gitlab Helm chart uses
spec.ingressClassName
instead of an annotation ofkubernetes.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!