fix(create): convert tabs to spaces on help output

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/6490/head
Matthew Fisher 5 years ago
parent 9510713d21
commit 223c859867
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -36,13 +36,13 @@ directories used in a chart.
For example, 'helm create foo' will create a directory structure that looks For example, 'helm create foo' will create a directory structure that looks
something like this: something like this:
foo/ foo/
.helmignore # Contains patterns to ignore when packaging Helm charts. .helmignore # Contains patterns to ignore when packaging Helm charts.
Chart.yaml # Information about your chart Chart.yaml # Information about your chart
values.yaml # The default values for your templates values.yaml # The default values for your templates
charts/ # Charts that this chart depends on charts/ # Charts that this chart depends on
templates/ # The template files templates/ # The template files
tests/ # The test files tests/ # The test files
'helm create' takes a path for an argument. If directories in the given path 'helm create' takes a path for an argument. If directories in the given path
do not exist, Helm will attempt to create them as it goes. If the given do not exist, Helm will attempt to create them as it goes. If the given

Loading…
Cancel
Save