is it not possible to `import` a `CustomResource` ...
# kubernetes
g
is it not possible to
import
a
CustomResource
? The diff is always different because the
spec
doesn't match up to what's in my program (the program has the same
spec
as what's currently in k8s). The diff when running
pulumi up
has a complete
spec
inside of it, like the remote was empty. I'm using dry run for importing.