Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to set the ingress class name #267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mtneug
Copy link
Contributor

@mtneug mtneug commented Sep 26, 2022

The ingressClassName configuration option should be used instead of custom ingress dependent annotations. This adds a new value to the ingress configuration to set this option.

The ingressClassName configuration option should be used instead of
custom ingress dependent annotations. This adds a new value to the
ingress configuration to set this option.
@zadjadr
Copy link

zadjadr commented Jan 19, 2024

It would make sense to also check beforehand if the ingress resource can handle ingressClassName like well known other helm repos do (e.g. Grafanalabs: https://github.com/grafana/helm-charts/blob/316f4a28aed5aa35819fbc11673ab76e1a95cede/charts/tempo/templates/_helpers.tpl#L93-L105)

@mtneug
Copy link
Contributor Author

mtneug commented Jan 19, 2024

IMO at this point I would move on to only support networking.k8s.io/v1. This version was GA in Kubernetes 1.19 (released mid 2020).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants