Skip to content

Commit

Permalink
docs: Update Generators-Git.md (#14921) (#14935)
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 ec195ad commit 990ab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/applicationset/Generators-Git.md
Expand Up @@ -153,7 +153,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 990ab0e

Please sign in to comment.