Skip to content

Commit

Permalink
docs: add example for config management plugins exclusion (#11187)
Browse files Browse the repository at this point in the history
Signed-off-by: ChangZhuo Chen (陳昌倬) <czchen@czchen.org>

Signed-off-by: ChangZhuo Chen (陳昌倬) <czchen@czchen.org>
  • Loading branch information
czchen committed Nov 9, 2022
1 parent 1a8dd24 commit 6344d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/config-management-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ If you are actively developing a sidecar-installed CMP, keep a few things in min
## Plugin tar stream exclusions

In order to increase the speed of manifest generation, certain files and folders can be excluded from being sent to your
plugin. We recommend excluding your `.git` folder if it isn't necessary. Use Go's
[filepatch.Match](https://pkg.go.dev/path/filepath#Match) syntax.
plugin. We recommend excluding your `.git` folder if it isn't necessary. Use Go's
[filepatch.Match](https://pkg.go.dev/path/filepath#Match) syntax. For example, `.git/*` to exclude `.git` folder.

You can set it one of three ways:

Expand Down

0 comments on commit 6344d96

Please sign in to comment.