Skip to content

Commit

Permalink
Update 24-07-glob-patterns.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BitForger committed Jul 5, 2024
1 parent 3d864d3 commit ffbf8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/24-07-glob-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ A user could pass the following to kustomize to apply all the matching files
```yaml
resources:
- pipelines/**/*.yaml
- tasks/*/*.yaml
- tasks/*.yaml
```

Kustomize would build all the matching files (using the already defined rules of kustomize, no name collisions, etc).

Glob support should work on files names, so a pattern like this should work

```
tasks/*/shared_task_*.yaml
tasks/shared_task_*.yaml
```

#### Story 2
Expand Down

0 comments on commit ffbf8ad

Please sign in to comment.