If i deploy a helm chart using k8s.helm.v3.Chart, ...
# kubernetes
p
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
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