This message was deleted.
# general
s
This message was deleted.
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!