DEVmachine-fr / cert-manager-alidns-webhook

Cert-manager webhook to generate Let's Encrypt certificates over Alibaba Cloud DNS.
Apache License 2.0
98 stars 31 forks source link

Perhaps notification helm install with set value "groupName" would be better #11

Closed incubator4 closed 1 year ago

incubator4 commented 2 years ago

I just deploy webhook with helm and I set tu my own domain but cluster issuer False by certificate , certificate to certificaterequest

and finally I got challenges pending with User "system:serviceaccount:cert-manager:cert-manager" cannot create resource "alidns-solver" in API group "this_is_my_domain"

and i finally knew that the groupname in helm chart values should matched with (cluster)issuers.

indeed, in project this two values are not matched

olivierboudet commented 2 years ago

Yes, groupName in chart values and issuer must match. I will mention that in readme.