https://pulumi.com logo
Title
f

full-electrician-53450

03/22/2023, 11:46 PM
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:
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.