You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello!
Issue details
Currently, when running a
pulumi up
orpulumi preview
, thehelm.Release
resource usesClientOnly
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 tohelm.Release
that allows the user to change this behaviour, though we'll default to existing behaviour oftrue
.Related #1904
Affected area/feature
The text was updated successfully, but these errors were encountered: