Howdy all, I have a case, where I want to move so...
# kubernetes
a
Howdy all, I have a case, where I want to move some current resources that was created using a ConfigGroup into a Helm chart. Are that any way to tell Pulumi that before a specific resource is updated another independent resource must first be deleted? I use Python and can live with the resources missing for a short while.
Just for the record, in this case I could "rename" the resources in Kubernetes, so I could let Pulumi handle everything.