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.
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 in clusterissuers.cert-manager.io/dnspod is not a string type.