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 configurable pathType and ingressClassName to Ingress #386

Conversation

andytson
Copy link
Contributor

The previous PR I missed completing the pathType changes I was meaning to add support for.

Now we have ingressClassName as well, which is much more relevant when using v1 Ingresses (e.g. ingress-nginx requires use of IngressClass for them)

pathType was optional in v1beta, and not available before 1.18, but is mandatory in v1, however changing to the previous default pathType that would be used for backwards-compatibility

Copy link
Collaborator

@davideicardi davideicardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@davideicardi davideicardi merged commit d62dc4e into obsidiandynamics:master Jun 19, 2022
@andytson andytson deleted the feature/ingress-pathType-ingressClassName branch June 19, 2022 10:11
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