Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the transformations parameter to v4.Chart #3160

Open
pierskarsenbarg opened this issue Aug 9, 2024 · 2 comments
Open

Add the transformations parameter to v4.Chart #3160

pierskarsenbarg opened this issue Aug 9, 2024 · 2 comments
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features

Comments

@pierskarsenbarg
Copy link
Member

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

@pierskarsenbarg pierskarsenbarg added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Aug 9, 2024
@blampe
Copy link
Contributor

blampe commented Aug 9, 2024

Waiting on pulumi/pulumi#16847

@blampe blampe added awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). and removed needs-triage Needs attention from the triage team labels Aug 9, 2024
@EronWright
Copy link
Contributor

Meanwhile here's some examples using Pulumi transforms:
https://www.pulumi.com/blog/kubernetes-chart-v4/#new-style-pulumi-transformations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

3 participants