github.com/migueleliasweb/helm@v2.6.1+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 "$HOME/.helm") 34 --host string address of Tiller. Overrides $HELM_HOST 35 --kube-context string name of the kubeconfig context to use 36 --tiller-namespace string namespace of Tiller (default "kube-system") 37 ``` 38 39 ### SEE ALSO 40 * [helm inspect](helm_inspect.md) - inspect a chart 41 42 ###### Auto generated by spf13/cobra on 23-Jun-2017