github.com/y-taka-23/helm@v2.8.0+incompatible/docs/man/man1/helm_get_values.1 (about)

     1  .TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  helm\-get\-values \- download the values file for a named release
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm get values [flags] RELEASE\_NAME\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command downloads a values file for a given release.
    19  
    20  
    21  .SH OPTIONS
    22  .PP
    23  \fB\-a\fP, \fB\-\-all\fP[=false]
    24      dump all (computed) values
    25  
    26  .PP
    27  \fB\-\-revision\fP=0
    28      get the named release with revision
    29  
    30  
    31  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    32  .PP
    33  \fB\-\-debug\fP[=false]
    34      enable verbose output
    35  
    36  .PP
    37  \fB\-\-home\fP="~/.helm"
    38      location of your Helm config. Overrides $HELM\_HOME
    39  
    40  .PP
    41  \fB\-\-host\fP="localhost:44134"
    42      address of tiller. Overrides $HELM\_HOST
    43  
    44  .PP
    45  \fB\-\-kube\-context\fP=""
    46      name of the kubeconfig context to use
    47  
    48  .PP
    49  \fB\-\-tiller\-namespace\fP="kube\-system"
    50      namespace of tiller
    51  
    52  
    53  .SH SEE ALSO
    54  .PP
    55  \fBhelm\-get(1)\fP
    56  
    57  
    58  .SH HISTORY
    59  .PP
    60  19\-May\-2017 Auto generated by spf13/cobra