mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
165 stars 147 forks source link

[focalboard] Ingress missing ingressClassName #337

Open maxirus opened 2 years ago

maxirus commented 2 years ago

With networking.k8s.io/v1, the Class.Spec expects the attribute ingressClassName.

Example:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
#...
spec:
  ingressClassName: nginx

ingressClassName should be configurable via .Values

bbaptist commented 2 years ago

This is a duplicate of #288