-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cert-manager-app fixes #381
Conversation
@@ -46,4 +46,4 @@ acme: | |||
secretAccessKey: "" | |||
http01: | |||
enabled: true | |||
ingressClassName: nginx | |||
ingressClass: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my intertest, what will be the outcome of removing the default?
Will it just result the solver ingresses to have no class or will they have the class of the original ingress? Could there be a negative outcome for cases in which other issuers/classes are defined?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I came to the conclusion that this change to "" or default doesn't makes sense for now, as there may be no ingress controllers deployed by the time cert-manager is deployed
acme.cert-manager.io/http01-solver: "true" | ||
policyTypes: | ||
- Ingress | ||
egress: |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
...anager/charts/cert-manager-giantswarm-netpol/templates/acme-solvers-ciliumnetworkpolicy.yaml
Outdated
Show resolved
Hide resolved
can we merge and release this? 🙏 |
This PR:
resolves #28598
Checklist