qqshfox / cert-manager-webhook-dnspod

DNSPod Webhook for Cert Manager
Apache License 2.0
56 stars 34 forks source link

Wrong type of secretId was set in `clusterissuers.cert-manager.io/dnspod` config #15

Closed CornWorld closed 2 years ago

CornWorld commented 2 years ago

I followed the steps in https://imroc.cc/k8s/trick/cert-manager-webhook-dnspod/ , but got an error below.

error decoding solver config: json: cannot unmarshal number into Go struct field customDNSProviderConfig.secretId of type string

And found the value of secretId in clusterissuers.cert-manager.io/dnspod is not a string type.

CornWorld commented 2 years ago

Sorry, maybe I put this issue into the wrong repo, it should be put into imroc/cert-manager-webhook-dnspod.