HELM_HOME environment variable is ignored #854
Labels
area/helm
customer/feedback
Feedback from customers
impact/usability
Something that impacts users' ability to use the product easily and intuitively
Milestone
Describe the bug
Running a Pulumi preview command using the task, even after a HelmInstaller task successfully runs, fails to fetch a helm chart if a Chart resource exists in the Pulumi project. The Helm tool cannot locate the
.helm
folder.To Reproduce
Use a Chart resource from a Pulumi project run by the Pulumi@1 task.
Expected behavior
The helm Chart resource provider should locate the
.helm
folder using the HELM_HOME environment variable.Screenshots
Additional context
A demo exists here with a pipeline already setup and failing. The failing build log is here.
The text was updated successfully, but these errors were encountered: