fix: use spaces for indents

Signed-off-by: Eugene Zuev <zhekazuev@gmail.com>
pull/12094/head
Eugene Zuev 2 years ago
parent 6700a717de
commit b1ae41af15
No known key found for this signature in database
GPG Key ID: 626CD63AB135FF49

@ -37,7 +37,7 @@ 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
values.schema.json # The default scheme for the chart values values.schema.json # The default scheme for the chart values

Loading…
Cancel
Save