|
|
@ -67,6 +67,8 @@ data:
|
|
|
|
message = Goodbye from config 3
|
|
|
|
message = Goodbye from config 3
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Glob patterns
|
|
|
|
|
|
|
|
|
|
|
|
As your chart grows, you may find you have a greater need to organize your
|
|
|
|
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
|
|
|
|
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 however you need.
|
|
|
@ -81,8 +83,6 @@ bar/:
|
|
|
|
bar.go bar.conf baz.yaml
|
|
|
|
bar.go bar.conf baz.yaml
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Glob patterns
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You have multiple options with Globs:
|
|
|
|
You have multiple options with Globs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|