Bryce Lampe
Bryce Lampe
> Is this worth adding to docs? That depends -- @sudocovik do you also need this workaround in order to use the `helm` CLI directly? That is, can you install...
@scottrigby @gjenkins8 this has been approved for several months, is there anything we can do to help get it merged?
@brandonkal @jnatherley @omidraha #1260 has been implemented and will help with this. It's not released yet but see my comment [here](https://github.com/pulumi/pulumi-kubernetes/issues/1260#issuecomment-2305460189) if you'd like to try using the alpha release....
@JiriKovar can you please include a self-contained program which reproduces the issue?
Agree this is surprising! Looks like it's also the case with Chart v4. https://github.com/pulumi/pulumi-kubernetes/blob/a8ca7385ca056d6a150d3fc1c00143c93b85c5b0/sdk/go/kubernetes/yaml/yaml.go#L95 https://github.com/pulumi/pulumi-kubernetes/blob/a8ca7385ca056d6a150d3fc1c00143c93b85c5b0/provider/pkg/provider/helm/v4/chart.go#L263 @EronWright I see you did a big overhaul of this stuff in #2720. I'm not...
I looked into this some more and can confirm the engine _does not_ automatically propagate `retainOnDelete` to children. I verified this with a dynamic node provider, so I don't think...
We discussed this internally and decided the recommendation for now is to use [transformations](https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/chart/#chart-with-transformations) to apply the desired resource options to your chart's resources. We can't guarantee that implementing a...
Need to follow up with Cloud to see if this is feasible.
Thanks for this example @hanthor! We're currently working on some improvements to crd2pulumi which I expect will address this. Stay tuned! cc @rquitales
Recommendation will be to use transforms to apply this to child resources.