hello. a have a CRD installed in my cluster outsid...
# kubernetes
p
hello. a have a CRD installed in my cluster outside of pulumi. (with Helm). Now I want to start managing that resource using the "k8s.yaml.ConfigFile" in pulumi, but when I run pulumi up, K8s complains that the resource already exists. Cam i use the import feature with k8s resources? Or any other workaround for this?
b
yes you should be able to use the import feature for this