You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operator-manual/applicationset/Generators-Git.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ The filename can always be accessed using `{{path.filename}}`.
339
339
340
340
### Exclude files
341
341
342
-
The Git file generator also supports an `exclude` option in order to exclude files in the repository from being scanned by the ApplicationSet controller:
342
+
The Git file generator also supports an `exclude` option in order to exclude files/folders in the repository from being scanned by the ApplicationSet controller:
343
343
344
344
```yaml
345
345
apiVersion: argoproj.io/v1alpha1
@@ -373,7 +373,7 @@ spec:
373
373
```
374
374
(*The full example can be found [here](https://github.com/argoproj/argo-cd/tree/master/applicationset/examples/git-generator-files-discovery/excludes).*)
375
375
376
-
This example excludes the config.json file in the `dev` directory from the list of files scanned for this `ApplictionSet` resource.
376
+
This example excludes the config.json file in the `dev` directory from the list of files scanned for this `ApplicationSet` resource.
377
377
378
378
File exclude paths are matched using [doublestar.Match](https://github.com/bmatcuk/doublestar/blob/master/match.go#L8)
0 commit comments