Programmatically dump answers.yaml filled out during Rancher Helm App launch

How is it possible to programmatically dump the filled out answers.yaml of each deployed app in a Cluster managed in Rancher?

1 Like

I would also need this feature. Maybe it can be added as Rancher CLI app parameter? E.g.
rancher app <id> get answers
As a workaround, I’m currently using helm get values <app>.
EDIT: As I just found out, you can use rancher app ls -o yaml, it’s included in the returned yaml.

1 Like