monokle icon indicating copy to clipboard operation
monokle copied to clipboard

Generate values-file for Helm Chart

Open olensmar opened this issue 1 year ago • 1 comments

Sometimes there are no sample values files available for a helm chart (see for example https://github.com/crossplane/crossplane) - in these cases Monokle should be able to generate a values file from all properties used in all templates. The result would be a values.yaml file with empty properties - users would still have to set the actual values for each property.

This could also be helpful in getting an understanding of all properties that are defined - and finding any "rogue" properties that should have been removed!? (although we could probably have a better/different UX for this purpose)

olensmar avatar Jul 08 '22 07:07 olensmar

Helm does it for us but I don't know if we need to describe values when creating the template.

i.e: helm show values metallb/metallb > ./metallb-values.yaml

erdkse avatar Aug 11 '22 12:08 erdkse