Helm show: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
{{External|https://helm.sh/docs/helm/#helm-inspect-values}}
{{External|https://helm.sh/docs/helm/#helm-inspect-values}}


Display the content of the [[Helm Chart values.yaml|values.yaml]] file.
Display the content of the [[Helm Chart values.yaml|values.yaml]] file. The command simply dumps the file at stdout.


  helm inspect values <''chart-name''>
  helm inspect values <''chart-name''>

Revision as of 21:24, 24 September 2019

External

Internal

Overview

Content of values.yaml

https://helm.sh/docs/helm/#helm-inspect-values

Display the content of the values.yaml file. The command simply dumps the file at stdout.

helm inspect values <chart-name>