Closed CornWorld closed 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.
secretId
clusterissuers.cert-manager.io/dnspod
Sorry, maybe I put this issue into the wrong repo, it should be put into imroc/cert-manager-webhook-dnspod.
I followed the steps in https://imroc.cc/k8s/trick/cert-manager-webhook-dnspod/ , but got an error below.
And found the value of
secretId
inclusterissuers.cert-manager.io/dnspod
is not a string type.