Hi Team, does Pulumi support importing `kubernetes...
# general
s
Hi Team, does Pulumi support importing
kubernetes:helm.sh/v3:Chart
resource yet?
e
Not automatically. The import system does now know how to handle the importing of component resources, but the only thing it can currently do with them is initialise an empty component for other resources to use as a parent. It might be possible for the k8s provider to provider a tool to automatically build an import specification for a given chart, but I don't know enough to say for certain if that's possible. Might be worth raising an issue for visibility and discussion though.