mattermost-helm icon indicating copy to clipboard operation
mattermost-helm copied to clipboard

[focalboard] Ingress missing ingressClassName

Open maxirus opened this issue 2 years ago • 1 comments

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

maxirus avatar May 20 '22 21:05 maxirus

This is a duplicate of #288

bbaptist avatar Jun 08 '22 14:06 bbaptist