From c311b085d5ed554862ffe9ca894c53529ec543b1 Mon Sep 17 00:00:00 2001 From: Andrew Stuart <andrew.stuart2@gmail.com> Date: Thu, 1 Dec 2016 11:06:50 -0700 Subject: [PATCH] Improve language of glob explanation --- docs/chart_template_guide/accessing_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_template_guide/accessing_files.md b/docs/chart_template_guide/accessing_files.md index 8d380edd6..e14417fde 100644 --- a/docs/chart_template_guide/accessing_files.md +++ b/docs/chart_template_guide/accessing_files.md @@ -71,7 +71,7 @@ data: 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. +in extracting certain files with all the flexibility of [glob patterns](//godoc.org/github.com/gobwas/glob). For example, imagine the directory structure: -- GitLab