YAML reference: Extraneous keys (#43843)
We added validation for extraneous/misspelled keys: - https://github.com/fleetdm/fleet/issues/40496
This commit is contained in:
@@ -8,7 +8,7 @@ Use Fleet's best practice GitOps workflow to manage your computers as code. To l
|
||||
|
||||
> When renaming a fleet, first update the name in the UI, then update your YAML. If you only update the YAML, the fleet will be deleted and its hosts will lose their settings because they become "Unassigned".
|
||||
|
||||
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).
|
||||
Any settings not defined in your YAML files will be reset to the default values or deleted (e.g. software packages).
|
||||
|
||||
Paths in YAML files are always relative to the file you’re editing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user