Helm get: Difference between revisions

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


{{External|https://helm.sh/docs/helm/#helm-get-values}}
{{External|https://helm.sh/docs/helm/#helm-get-values}}
'helm get values' pulls the [[Helm_Configuration#Runtime_Configuration_Tree|runtime configuration tree]], containing effective configuration values for a release.
helm get values <''release-name''>


=Get Manifest=
=Get Manifest=

Revision as of 23:36, 25 September 2019

External

Internal

Overview

The command gets the details of a named release.

Get Values

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

'helm get values' pulls the runtime configuration tree, containing effective configuration values for a release.

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>