Closed bmassemin closed 12 months ago
Yes, this webhook only support DNS01
. Looking at the way you have deployed it (via a subchart), I'm not 100% sure if the deployment was actually done correctly. Seems like it is missing some data too.
I'd recommend the following
closing due to inactivity
What happened?
I was looking at the ingress-nginx access log, and I noticed that cert-manager was trying to make HTTP calls on the
.well-known
urls.Expected Behavior
I was thinking that cert-manager-webhook-ovh would only use DNS01 challenges, and the HTTP challenges are failling since the ingress is not created by cert-manager (I guess?)
Steps to reproduce
here is my helmfile:
and the status of the Certificate resource:
Versions in use
0.5.0
Additional context
K8S 1.25
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).