mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Clarify platform overrides in fleetctl docs (#1985)
This commit is contained in:
parent
546bfc0e03
commit
f7875dc19e
1 changed files with 2 additions and 1 deletions
|
|
@ -155,7 +155,8 @@ spec:
|
|||
# under the config key above. Hosts receive overrides based on the platform
|
||||
# returned by `SELECT platform FROM os_version`. In this example, the base
|
||||
# config would be used for Windows and CentOS hosts, while Mac and Ubuntu
|
||||
# hosts would receive their respective overrides.
|
||||
# hosts would receive their respective overrides. Note, these overrides are
|
||||
# NOT merged with the top level configuration.
|
||||
platforms:
|
||||
darwin:
|
||||
options:
|
||||
|
|
|
|||
Loading…
Reference in a new issue