ambitious-fireman-71676
02/25/2020, 2:18 AMfrom pulumi_kubernetes.yaml import ConfigFile
cert_manager_resources = ConfigFile('cert-manager',
file_id='<https://github.com/jetstack/cert-manager/releases/download/v0.13.1/cert-manager.yaml>')
but when i run pulumi preview
i get an exception:
Exception: Exception deserializing response!
cert-manager
without issue…kubectl apply --validate=false <https://github.com/jetstack/cert-manager/releases/download/v0.13.1/cert-manager.yaml>
on their website https://cert-manager.io/docs/installation/kubernetes/gorgeous-egg-16927
02/25/2020, 3:56 PMambitious-fireman-71676
02/25/2020, 3:57 PMgorgeous-egg-16927
02/25/2020, 5:38 PMambitious-fireman-71676
02/25/2020, 5:39 PM