github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_get_values.md (about) 1 ## helm get values 2 3 download the values file for a named release 4 5 ### Synopsis 6 7 8 9 This command downloads a values file for a given release. 10 11 12 ``` 13 helm get values [flags] RELEASE_NAME 14 ``` 15 16 ### Options 17 18 ``` 19 -a, --all dump all (computed) values 20 --revision int32 get the named release with revision 21 --tls enable TLS for request 22 --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 23 --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") 24 --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") 25 --tls-verify enable TLS for request and verify remote 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --debug enable verbose output 32 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 33 --host string address of Tiller. Overrides $HELM_HOST 34 --kube-context string name of the kubeconfig context to use 35 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 36 --tiller-namespace string namespace of Tiller (default "kube-system") 37 ``` 38 39 ### SEE ALSO 40 * [helm get](helm_get.md) - download a named release 41 42 ###### Auto generated by spf13/cobra on 15-Nov-2017