kelvie / cert-manager-webhook-namecheap

A cert-manager ACME DNS01 solver webhook for Namecheap
Apache License 2.0
39 stars 25 forks source link

Certificate not found #4

Open jekabs-karklins opened 1 year ago

jekabs-karklins commented 1 year ago

After following the steps I get this error in cert-manager pod, and the container is not created

MountVolume.SetUp failed for volume "certs" : secret "namecheap-webhook-cert-manager-webhook-namecheap-webhook-tls" not found

kelvie commented 11 months ago

Sorry for the late response, but this seems like part of the helm chart didn't deploy correctly, this should have been created as part of the helm deploy (specifically bypki.yaml in the template), so you'll have to debug from there.

slaanish commented 5 months ago

@jekabs-karklins Make sure that you actually ran the cert-manager helm install and not just the crds. I was having the same issue and missed the cert-manager helm install step as outlined here: Install-Cert-Manager