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
I'm not sure if there is a plan to remove one of the labels.
But if so, I would suggest removing it from network.ingress_annotations. So installations using the workaround don't break.
mlbiam
added a commit
to mlbiam/helm-charts
that referenced
this issue
Mar 27, 2022
In nginx.yaml we've got
In
values.yaml
we've gotingress_annotations: kubernetes.io/ingress.class: nginx
So the label
kubernetes.io/ingress.class: nginx
is set 2x.Even working with helm it is not a valid yaml and breaks i.e. in fluxcd.
Workaround:
ingress_annotations: kubernetes.io/ingress.class: null
The text was updated successfully, but these errors were encountered: