This message was deleted.
# general
s
This message was deleted.
c
f
I've seen this guide but I think it's lacking an important matter. Currently, the deployments are managed by Helm and I want them to be managed by Pulumi. I don't want Pulumi to trigger Helm, I want a full state management
b
@fierce-engine-31599 we use Helm in kind of a unique way, we simply run
helm template
and then load the resulting resources into the state. If you want to switch from helm -> pulumi, your best bet is to use our
import
feature
f
Thanks! I'll check it out