YAML reference: Remove required keys (#43856)
They're not all required anymore and we have good error messages for when the required ones are missing: https://fleetdm.slack.com/archives/C0ACJ8L1FD0/p1776784920625659
This commit is contained in:
@@ -10,18 +10,6 @@ Use Fleet's best practice GitOps workflow to manage your computers as code. To l
|
||||
|
||||
Any settings not defined in your YAML files (including missing or misspelled keys) will be reset to the default values or deleted (e.g. software packages).
|
||||
|
||||
The following are the required keys in the `default.yml` and any `fleets/fleet-name.yml` files:
|
||||
|
||||
```yaml
|
||||
name: # Only fleets/fleet-name.yml
|
||||
policies:
|
||||
reports:
|
||||
agent_options:
|
||||
controls:
|
||||
software:
|
||||
org_settings: # Only default.yml
|
||||
settings: # Only fleets/fleet-name.yml
|
||||
```
|
||||
Paths in YAML files are always relative to the file you’re editing.
|
||||
|
||||
For example:
|
||||
|
||||
Reference in New Issue
Block a user