github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_get_values.md (about)

     1  ## helm get values
     2  
     3  Download the values file for a named release
     4  
     5  ### Synopsis
     6  
     7  
     8  This command downloads a values file for a given release.
     9  
    10  
    11  ```
    12  helm get values [flags] RELEASE_NAME
    13  ```
    14  
    15  ### Options
    16  
    17  ```
    18    -a, --all                   Dump all (computed) values
    19    -h, --help                  help for values
    20        --output string         Output the specified format (json or yaml) (default "yaml")
    21        --revision int32        Get the named release with revision
    22        --tls                   Enable TLS for request
    23        --tls-ca-cert string    Path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
    24        --tls-cert string       Path to TLS certificate file (default "$HELM_HOME/cert.pem")
    25        --tls-hostname string   The server name used to verify the hostname on the returned certificates from the server
    26        --tls-key string        Path to TLS key file (default "$HELM_HOME/key.pem")
    27        --tls-verify            Enable TLS for request and verify remote
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --debug                           Enable verbose output
    34        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    35        --host string                     Address of Tiller. Overrides $HELM_HOST
    36        --kube-context string             Name of the kubeconfig context to use
    37        --kubeconfig string               Absolute path of the kubeconfig file to be used
    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  
    44  * [helm get](helm_get.md)	 - Download a named release
    45  
    46  ###### Auto generated by spf13/cobra on 16-May-2019