pulumi-kubernetes
pulumi-kubernetes copied to clipboard
Add the `transformations` parameter to `v4.Chart`
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
The Transformations parameter was a great feature in v3.Chart - it allowed you to deploy CRDs and ensure they were in place before deploying the rest of the helm chart (or in some cases to deploy the CRDs, then deploy a whole other helm chart that relied on the CRDs and then the rest of the resources in the original chart), but unfortunately this has been missed out of v3.Release and v4.Release.
Normal resource transformations don't seem to work in the same way as the Helm specific ones (unless I'm doing it wrong)
Affected area/feature
Waiting on https://github.com/pulumi/pulumi/issues/16847
Meanwhile here's some examples using Pulumi transforms: https://www.pulumi.com/blog/kubernetes-chart-v4/#new-style-pulumi-transformations