mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
This relates to #12577 --------- Co-authored-by: gillespi314 <73313222+gillespi314@users.noreply.github.com> Co-authored-by: Roberto Dip <dip.jesusr@gmail.com>
39 lines
836 B
YAML
39 lines
836 B
YAML
---
|
|
apiVersion: v1
|
|
kind: team
|
|
spec:
|
|
team:
|
|
features:
|
|
enable_host_users: true
|
|
enable_software_inventory: true
|
|
mdm:
|
|
enable_disk_encryption: false
|
|
macos_settings:
|
|
custom_settings: null
|
|
macos_setup:
|
|
bootstrap_package: %s
|
|
enable_end_user_authentication: false
|
|
macos_setup_assistant: %s
|
|
macos_updates:
|
|
deadline: null
|
|
minimum_version: null
|
|
name: tm1
|
|
---
|
|
apiVersion: v1
|
|
kind: team
|
|
spec:
|
|
team:
|
|
features:
|
|
enable_host_users: false
|
|
enable_software_inventory: false
|
|
mdm:
|
|
enable_disk_encryption: false
|
|
macos_settings:
|
|
custom_settings: null
|
|
macos_setup:
|
|
bootstrap_package: %s
|
|
macos_setup_assistant: %s
|
|
macos_updates:
|
|
deadline: null
|
|
minimum_version: null
|
|
name: tm2
|