github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_inspect_values.md (about) 1 ## helm inspect values 2 3 shows inspect values 4 5 ### Synopsis 6 7 8 This command inspects a chart (directory, file, or URL) and displays the contents 9 of the values.yaml file 10 11 12 ``` 13 helm inspect values [CHART] [flags] 14 ``` 15 16 ### Options 17 18 ``` 19 --ca-file string Chart repository url where to locate the requested chart 20 --cert-file string Verify certificates of HTTPS-enabled servers using this CA bundle 21 --devel Use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored. 22 -h, --help help for values 23 --key-file string Identify HTTPS client using this SSL key file 24 --keyring string Path to the keyring containing public verification keys (default "~/.gnupg/pubring.gpg") 25 --password string Chart repository password where to locate the requested chart 26 --repo string Chart repository url where to locate the requested chart 27 --username string Chart repository username where to locate the requested chart 28 --verify Verify the provenance data for this chart 29 --version string Version of the chart. By default, the newest chart is shown 30 ``` 31 32 ### Options inherited from parent commands 33 34 ``` 35 --debug Enable verbose output 36 --home string Location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 37 --host string Address of Tiller. Overrides $HELM_HOST 38 --kube-context string Name of the kubeconfig context to use 39 --kubeconfig string Absolute path of the kubeconfig file to be used 40 --tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300) 41 --tiller-namespace string Namespace of Tiller (default "kube-system") 42 ``` 43 44 ### SEE ALSO 45 46 * [helm inspect](helm_inspect.md) - Inspect a chart 47 48 ###### Auto generated by spf13/cobra on 16-May-2019