https://pulumi.com logo
p

proud-pizza-80589

12/21/2020, 9:51 AM
If i deploy a helm chart using k8s.helm.v3.Chart, is there any way to recover the config i passed in after deploying? Either out of the chart or from the stack or something?
b

billowy-army-68599

12/21/2020, 5:05 PM
under the hood, Pulumi runs
helm template <resourceName> --values
so you can just create a
values.yaml
with your pulumi config and it'll be basically the same
4 Views