@ -5,7 +5,6 @@ examines a chart for possible issues
### Synopsis
### Synopsis
This command takes a path to a chart and runs a series of tests to verify that
This command takes a path to a chart and runs a series of tests to verify that
the chart is well-formed.
the chart is well-formed.
@ -21,6 +20,7 @@ helm lint [flags] PATH
### Options
### Options
```
```
-h, --help help for lint
--namespace string namespace to put the release into (default "default")
--namespace string namespace to put the release into (default "default")
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--set-file stringArray set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)
--set-file stringArray set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)
@ -42,6 +42,7 @@ helm lint [flags] PATH
```
```
### SEE ALSO
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 25-Jul-2018
###### Auto generated by spf13/cobra on 1-Aug-2018