Hi all! I started using Pulumi this afternoon :smi...
# general
f
Hi all! I started using Pulumi this afternoon 😄 First question: how do I delete all the resources created in a stack, without deleting the stack and its config/secrets?
t
pulumi destroy
f
Thanks, I was confused because I thought it would destroy the stack and config as well. I have written code to install cert manager via Helm chart. cert manager installs OK, but creating the cluster issuers that depend on the helm chart fails, because the chart is flagged as "created" even though some child resource (a deployment) is still creating. How can I have the Helm chart be considered as created when all its child resources are created? Thanks!