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: