Skip to content

Getting all values of a chart without deploying #10435

@delthas

Description

@delthas

Hi,

I'd like to get all the values ("COMPUTED VALUES") of a chart (and its dependencies) without deploying it:

  • Like helm template, but to get the values instead of the manifests.
  • Like helm get values --all, but as if I was using helm template, working on an undeployed chart with a list of passed --set, --values, instead of a deployed release.

eg helm <command> --namespace bar chartname ./path/to/chart --values baz.yaml that would return

COMPUTED VALUES:
global:
 ...
subchart1:
 enabled: true
 ...

Is there a way to do this in Helm?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions