github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_inspect_values.md (about) 1 ## helm inspect values 2 3 shows inspect values 4 5 ### Synopsis 6 7 8 9 This command inspects a chart (directory, file, or URL) and displays the contents 10 of the values.yaml file 11 12 13 ``` 14 helm inspect values [CHART] 15 ``` 16 17 ### Options 18 19 ``` 20 --ca-file string chart repository url where to locate the requested chart 21 --cert-file string verify certificates of HTTPS-enabled servers using this CA bundle 22 --key-file string identify HTTPS client using this SSL key file 23 --keyring string path to the keyring containing public verification keys (default "~/.gnupg/pubring.gpg") 24 --repo string chart repository url where to locate the requested chart 25 --verify verify the provenance data for this chart 26 --version string version of the chart. By default, the newest chart is shown 27 ``` 28 29 ### Options inherited from parent commands 30 31 ``` 32 --debug enable verbose output 33 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 34 --host string address of Tiller. Overrides $HELM_HOST 35 --kube-context string name of the kubeconfig context to use 36 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 37 --tiller-namespace string namespace of Tiller (default "kube-system") 38 ``` 39 40 ### SEE ALSO 41 * [helm inspect](helm_inspect.md) - inspect a chart 42 43 ###### Auto generated by spf13/cobra on 7-Nov-2017