mvisonneau / helm-charts

Personal Helm charts repository
Apache License 2.0
67 stars 58 forks source link

(gitlab-ci-pipelines-exporter) feat: adds the ingressClassName property #48

Closed cebidhem closed 2 years ago

cebidhem commented 2 years ago

Hey there,

The annotation kubernetes.io/ingress.class is now deprecated and users are invited to use the ingressClassName field of the ingress object to declare it.

This would be useful for us as we want to enable the webhook, and have already banned the use of the deprecated annotation.

I already have a PR ready for this. will propose in few minutes.