You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some clusters have multiple ingress controllers so they require specifying the ingressClassName in the Ingress object. This could be supported just adding a couple of lines in the ingress template, i.e.:
Some clusters have multiple ingress controllers so they require specifying the ingressClassName in the Ingress object. This could be supported just adding a couple of lines in the ingress template, i.e.:
spec:
ingressClassName: {{ $.Values.ingress.spec.ingressClassName | default "nginx" }}
The text was updated successfully, but these errors were encountered: