From d07e5cdfb6fad29532974867282177e0c58fa1cf Mon Sep 17 00:00:00 2001 From: Andrew Stuart Date: Thu, 1 Dec 2016 11:02:51 -0700 Subject: [PATCH] Correct docs heading location --- docs/chart_template_guide/accessing_files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/chart_template_guide/accessing_files.md b/docs/chart_template_guide/accessing_files.md index 5e276cb0b..8d380edd6 100644 --- a/docs/chart_template_guide/accessing_files.md +++ b/docs/chart_template_guide/accessing_files.md @@ -67,6 +67,8 @@ data: message = Goodbye from config 3 ``` +## Glob patterns + As your chart grows, you may find you have a greater need to organize your files more, and so we provide a `Files.Glob(pattern string)` method to assist in extracting certain files however you need. @@ -81,8 +83,6 @@ bar/: bar.go bar.conf baz.yaml ``` -## Glob patterns - You have multiple options with Globs: