Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/fleet/filesource-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This allows information from the filesystem to be used as variables in the {{age
For example, the following configuration watches for changes to `file1`:

```yaml
provides:
providers:
filesource:
sources:
file1:
Expand All @@ -18,4 +18,4 @@ inputs:
type: filestream
paths:
- ${filesource.file1}
```
```
Loading