github.com/valdemarpavesi/helm@v2.9.1+incompatible/docs/helm/helm_lint.md (about)

     1  ## helm lint
     2  
     3  examines a chart for possible issues
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command takes a path to a chart and runs a series of tests to verify that
    10  the chart is well-formed.
    11  
    12  If the linter encounters things that will cause the chart to fail installation,
    13  it will emit [ERROR] messages. If it encounters issues that break with convention
    14  or recommendation, it will emit [WARNING] messages.
    15  
    16  
    17  ```
    18  helm lint [flags] PATH
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24        --namespace string         namespace to install the release into (only used if --install is set) (default "default")
    25        --set stringArray          set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
    26        --set-string stringArray   set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
    27        --strict                   fail on lint warnings
    28    -f, --values valueFiles        specify values in a YAML file (can specify multiple) (default [])
    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](helm.md)	 - The Helm package manager for Kubernetes.
    44  
    45  ###### Auto generated by spf13/cobra on 9-Mar-2018