Eron Wright
Eron Wright
In support of this idea, I observe that the Helm tool doesn't delete CRDs ([docs](https://helm.sh/docs/topics/charts/#limitations-on-crds)). Two workarounds worth mentioning: 1. Write a transform function to add `RetainOnDelete` option to child...
I would also advocate for a provider config option, since it can be difficult to set an environment variable in some CI environments.
Note that Chart v4 has the suggested behavior; when chart dependency resolution fails, and there's a lock file, Chart v4 automatically runs `helm dependency build`. The remaining work would be...
Fixing this issue will close: https://github.com/pulumi/pulumi-kubernetes/issues/702
Related concepts doc: https://github.com/pulumi/docs/pull/11851