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

[BUG]: Non default ingress class name #107

Open
zhenyatsk opened this issue Jan 6, 2025 · 0 comments
Open

[BUG]: Non default ingress class name #107

zhenyatsk opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zhenyatsk
Copy link

Description of the bug

kubernetes.io/ingress.class is an old way to assign ingress to specific ingress class but in newer versions there is a special attribute ingressClassName.

chart implemented both ways but kubernetes.io/ingress.class has hardcoded value, so it is not possible to use non default ingress class name.

Steps To Reproduce

  1. deploy ingress with non default class name.
  2. try to deploy keep hq using this chart.

Additional Information

to fix this need to change kubernetes.io/ingress.class: "nginx" to kubernetes.io/ingress.class: "{{ .Values.global.ingress.className }}"

@zhenyatsk zhenyatsk added the bug Something isn't working label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants