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
noahtalerman authored Sep 23, 2024
1 parent 7f37c07 commit e43a4c6
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 @@ -7,7 +7,7 @@ To learn how to set up a GitOps workflow see the [Fleet GitOps repo](https://git
## File structure

- `default.yml` - File where you define the queries, policies and agent options for all hosts. If you're using Fleet Premium, this file updates queries and policies that run on all hosts ("All teams").
- `teams/no-team.yml` - File where you define the policies, controls, and (for Fleet Premium) software for hosts on "No team". This file must have the `name: No team` attribute.
- `teams/no-team.yml` - File where you define the policies, controls, and software for hosts on "No team". Available in Fleet Premium.
- `teams/` - Folder where you define your teams in Fleet. These `teams/team-name.yml` files define the controls, queries, policies, software, and agent options for hosts assigned to the specified team. Teams are available in Fleet Premium.
- `lib/` - Folder where you define policies, queries, configuration profiles, scripts, and agent options. These files can be referenced in top level keys in the `default.yml` file and the files in the `teams/` folder.
- `.github/workflows/workflow.yml` - The GitHub workflow file where you can add [environment variables](https://docs.github.com/en/actions/learn-github-actions/variables#defining-environment-variables-for-a-single-workflow).
Expand Down

0 comments on commit e43a4c6

Please sign in to comment.