https://pulumi.com logo
Title
m

many-spring-73557

04/22/2021, 8:45 PM
I am using pulumi to install a Helm chart, and I want to override a value. I've gotten a lot of values to work, but this one in particular seems to not be making any changes. I would like to see what values pulumi is producing, but
helm list -A
doesn't show any releases. So I'm not quite sure what pulumi is doing or how to go about finding the problem here. Any suggestions?
chart.values
and
chart.args.values
apparently both don't exist as outputs, despite
values
being one of the inputs to
k8s.helm.v3.Chart
b

billowy-army-68599

04/22/2021, 9:10 PM
Pulumi uses
helm template
to render the yaml, you can see it if you do
pulumi up
and then looking at the details
m

many-spring-73557

04/22/2021, 10:34 PM
How can I see the details of a helm chart that's already been deployed?
b

billowy-army-68599

04/22/2021, 10:35 PM
unfortunately the only way to see it is to examine the running resources. If you want to share your code, a second set of eyes might help
m

many-spring-73557

04/22/2021, 10:42 PM
well I'm curious to see where this output of
helm template
is - changing a line in my pulumi config changes only one line of the details as well. Are you saying that the
helm template
output is stored somewhere? That's what I'd like to see.
b

billowy-army-68599

04/23/2021, 12:40 AM
It’s not stored anywhere, it gets sent to a temporary directory