Skip to content

Commit

Permalink
Update docs/Configuration/yaml-files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelshaw authored Sep 27, 2024
1 parent 1a92cd6 commit 74924c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration/yaml-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ controls:

Fleet supports adding [GitHub environment variables](https://docs.github.com/en/actions/learn-github-actions/variables#defining-environment-variables-for-a-single-workflow) in your configuration profiles. Use `$ENV_VARIABLE` format.

Use `labels_include_all` or `labels_include_any` to only apply (scope) profiles to hosts that have all or any of those labels or `labels_exclude_any` to apply profiles to hosts that don't have any of those labels.
Use `labels_include_all` or `labels_include_any` to only apply (scope) profiles to hosts that have all those labels, `labels_exclude_any` to apply profiles to hosts that have any of those labels, or `labels_exclude_any` to apply profiles to hosts that don't have any of those labels.

#### macos_setup

Expand Down

0 comments on commit 74924c1

Please sign in to comment.