Why not adopt those existing resources into your P...
# dotnet
t
Why not adopt those existing resources into your Pulumi stack?
f
So these are custom resources created by rancher. Is there a way to import custom resource objects into my stack? From what I found was I can pull in the actual CRD but not the resources that you can be created of that type.
I am trying to import/modify the custom resource ApiVersion: management.cattle.io/v3 Kind: GlobalRole spec.name: user
t
Maybe @gorgeous-egg-16927 can help
g
You should be able to import
CustomResource
s, but I haven’t verified that it’s working myself. If you file an issue on the pulumi-kubernetes repo, I can take a closer look.
f