From e9afc6d071a94f95d4bcabc9599c7e319509f3b4 Mon Sep 17 00:00:00 2001 From: Michelle Noorali Date: Mon, 22 Feb 2016 10:13:33 -0700 Subject: [PATCH] add lint specification on chart name in doc --- docs/design/chart_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/chart_format.md b/docs/design/chart_format.md index 16e71e81b..a63cea8ed 100644 --- a/docs/design/chart_format.md +++ b/docs/design/chart_format.md @@ -116,7 +116,7 @@ An optional `docs/` directory may be present, and may contain one or more docume An optional `hooks/` directory may be present. **This is reserved for future use.** A deployment engine may specify lifecycle hooks, such as `pre-install`, `pre-render`, `post-install` and `post-render`. Lifecycle hooks provide an opportunity for a chart author to run additional steps in the processing pipeline. Implementations of these hooks are stored here. _No other files may be stored in this directory._ ### Directory Layout -A chart is laid out as follows. The top level directory (represented by the placeholder ROOT) must be the name of the chart. For example, if the chart is named `nginx`, the ROOT directory must be named `nginx/`. +A chart is laid out as follows. The top level directory (represented by the placeholder ROOT) must be the name of the chart (verified by linter). For example, if the chart is named `nginx`, the ROOT directory must be named `nginx/`. ``` ROOT/