Skip to content

Commit

Permalink
docs: Update Generators-Git.md (#14921) (#14934)
Browse files Browse the repository at this point in the history
Remove a misleading symbol from the pattern for the path.Match function. The pipe symbol doesn't have any special meaning.

Signed-off-by: German Lashevich <german.lashevich@gmail.com>
Co-authored-by: German Lashevich <design.ber@gmail.com>
  • Loading branch information
gcp-cherry-pick-bot[bot] and Zebradil committed Aug 7, 2023
1 parent 804d4b8 commit 8ea6650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/applicationset/Generators-Git.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Or, a shorter way (using [path.Match](https://golang.org/pkg/path/#Match) syntax

```yaml
- path: /d/*
- path: /d/[f|g]
- path: /d/[fg]
exclude: true
```

Expand Down

0 comments on commit 8ea6650

Please sign in to comment.