Am trying to install cert-manager using its defaul...
# kubernetes
a
Am trying to install cert-manager using its default manifest:
Copy code
const certManagerResources = new k8s.yaml.ConfigFile("cm", { 
    file: `<https://github.com/jetstack/cert-manager/releases/download/v0.13.0/cert-manager.yaml>`
})
Am finding that the preview hangs. v1.9.0. Thoughts?
g
https://github.com/pulumi/pulumi-kubernetes/issues/963 — We’re looking into it now. You should be able to revert to v1.4.1 of the k8s provider for now
👍 1