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

Added includeClassAnno as a workaround for cert-manager v1.14.5 #2268

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

Conversation

pertsevds
Copy link

Closes #2267 and #1570

# This is related to the issues webrecorder/browsertrix#1570 and cert-manager/cert-manager#6184
# This relates to the new `http01.ingress.ingressClassName` solver spec attribute which got introduced in the recent v1.15 cert-manager version.
# Cert-manager v1.15 does not want the fields ingressClassName and class be set at the same time.
includeClassAnno: false
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if this should be called something else, like useOldClassField instead of includeClassAnno since its not an annotation and its specifically about the old field?

Copy link
Author

Choose a reason for hiding this comment

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

So. Should I change it to useOldClassField or what should be a better name for it?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, let's change it to that if you don't mind and then can merge

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