github.com/Beeketing/helm@v2.12.1+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    -h, --help               help for values
    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        --kubeconfig string               absolute path to the kubeconfig file to use
    39        --tiller-connection-timeout int   the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
    40        --tiller-namespace string         namespace of Tiller (default "kube-system")
    41  ```
    42  
    43  ### SEE ALSO
    44  
    45  * [helm inspect](helm_inspect.md)	 - inspect a chart
    46  
    47  ###### Auto generated by spf13/cobra on 1-Aug-2018