Skip to content

Commit

Permalink
docs: remove reference to "filters"
Browse files Browse the repository at this point in the history
This no longer exists.

Closes: #1690
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Feb 27, 2023
1 parent d565775 commit d726e15
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Documentation/concepts/updatersandairgap.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ updaters:
- rhel
```
#### Filtering Updaters
To disallow an updater from running without disabling an entire set, the filter
option can be used. The provided string will be interpreted as a go [regexp]
used to disallow any updater with a name that does not match. **Note:** This
means that an empty string matches *any* string, not no strings.
```yaml
updaters:
filter: '^$'
```
#### Specific Updaters
Configuration for specific updaters can be passed by putting a key underneath
Expand Down

0 comments on commit d726e15

Please sign in to comment.