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

helm.Release ClientOnly Option for Previews #1908

Closed
rawkode opened this issue Feb 15, 2022 · 3 comments
Closed

helm.Release ClientOnly Option for Previews #1908

rawkode opened this issue Feb 15, 2022 · 3 comments
Assignees
Labels
area/helm kind/enhancement Improvements or new features resolution/fixed This issue was fixed

Comments

@rawkode
Copy link
Contributor

rawkode commented Feb 15, 2022

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

Currently, when running a pulumi up or pulumi preview, the helm.Release resource uses ClientOnly mode to template out the Helm Chart.

Helm provides a capability checker that allows for Helm charts to check for the existence of a API namespace and resource, which can fail without reaching out to the server.

I'm proposing that we allow clientOnly to be an option to helm.Release that allows the user to change this behaviour, though we'll default to existing behaviour of true.

Related #1904

Affected area/feature

  • Helm Release
@rawkode rawkode added the kind/enhancement Improvements or new features label Feb 15, 2022
@rawkode rawkode changed the title helm.Release ClientOnly CustomResourceOption for Previews helm.Release ClientOnly Option for Previews Feb 16, 2022
@EronWright
Copy link
Contributor

I believe this issue has been made obsolete by #2672, because we no longer use templating during Check.

@pulumi-bot

This comment was marked as resolved.

@pulumi-bot pulumi-bot reopened this Nov 28, 2023
@EronWright EronWright added the resolution/fixed This issue was fixed label Nov 28, 2023
@pulumi-bot

This comment was marked as resolved.

@pulumi-bot pulumi-bot reopened this Nov 28, 2023
@EronWright EronWright self-assigned this Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Projects
None yet
Development

No branches or pull requests

4 participants