I'm working on an AWS EKS cluster am trying to upg...
# general
s
I'm working on an AWS EKS cluster am trying to upgrade a helm chart and it's causing me to get a "resource already exists" error since the previous helm chart already had this resource. I'm trying to do a
pulumi import
on the resource so that my current state stops trying to re-apply the CRD but I noticed that there's 0 documentation or examples on how to import a CRD: https://www.pulumi.com/registry/packages/kubernetes/api-docs/apiextensions/customresource/ Are there any examples anywhere for what the format is for doing an import for a CRD that's part of a helm chart? How do I ID it? What's the format for specifying things like the
kind
,
apiVersion
,
namespace
, etc?