Hi was using this guide for adding crd for cert-manager:
https://www.pulumi.com/blog/introducing-crd2pulumi/
when adding this line,I get CertificateDefinition does not exists, anyone can help with this issue? Thanks
// Register the Certificate CRD.
new certificates.certmanager.CertificateDefinition("certificate");