Helm get: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:


=Overview=
=Overview=
 
The command gets the details of a named release: configuration value, manifest, hooks, notes.
The command gets the details of a named release.


=Get Values=
=Get Values=

Revision as of 06:32, 9 February 2022

External

Internal

Overview

The command gets the details of a named release: configuration value, manifest, hooks, notes.

Get Values

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

'helm get values' pulls the values of configuration element that were specified during installation.

helm get values <release-name>

Get Manifest

Print out the Kubernetes resources that were uploaded to the server as part of the installation process.

helm get manifest <release-name>