github.com/valdemarpavesi/helm@v2.9.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 --password string chart repository password where to locate the requested chart 25 --repo string chart repository url where to locate the requested chart 26 --username string chart repository username where to locate the requested chart 27 --verify verify the provenance data for this chart 28 --version string version of the chart. By default, the newest chart is shown 29 ``` 30 31 ### Options inherited from parent commands 32 33 ``` 34 --debug enable verbose output 35 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 36 --host string address of Tiller. Overrides $HELM_HOST 37 --kube-context string name of the kubeconfig context to use 38 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 39 --tiller-namespace string namespace of Tiller (default "kube-system") 40 ``` 41 42 ### SEE ALSO 43 * [helm inspect](helm_inspect.md) - inspect a chart 44 45 ###### Auto generated by spf13/cobra on 8-Mar-2018