Hi, I have an issue with Pulumi when destroying CR...
# general
f
Hi, I have an issue with Pulumi when destroying CRD’s installed via a Helm Chart. Specifically ArgoCD. The error I receive is after a timeout:
Copy code
pulumi:pulumi:Stack                                             acme-infrastructure-gcp-beta                     
 -   └─ kubernetes:<http://apiextensions.k8s.io/v1:CustomResourceDefinition|apiextensions.k8s.io/v1:CustomResourceDefinition>  <http://appprojects.argoproj.io|appprojects.argoproj.io>        deleting (74s)...
error: '<http://appprojects.argoproj.io|appprojects.argoproj.io>' timed out waiting to be Ready
. This is preventing us from removing an environment in a clean way. Are there any known workarounds to this issue? I have tried using the
retainOnDelete: true
value, this does not work.