-
Notifications
You must be signed in to change notification settings - Fork 510
Open
Labels
Description
Is your feature request related to a problem?
Not at all, but it would be fine if the in the template it's added an ingressClassName to place the ingress we want
Which solution do you suggest?
Add ingressClassName: .{{{ - Values.controlPlane.ingress.spec.ingressClassName }} in the ingress template https://github.com/loft-sh/vcluster/blob/main/chart/templates/ingress.yaml and then ingressClassName: in the values.yaml https://github.com/loft-sh/vcluster/blob/main/chart/values.yaml#L535 .
Which alternative solutions exist?
Manually edit the ingress and add it if we want to specify it in case we have multiple ingressclass in the cluster.
Additional context
Not too much, just wondering if this blank was know thing/purpose. If not, I can just PR with the change mentioned!
Thanks in advanced!