fleet/cmd/fleetctl/testdata/expectedGetTeamsYaml.yml
Roberto Dip 319b64f368
allow to set mdm.windows_settings.custom_settings in configs (#15145)
for #14361 this adds the bits related to saving a slice of strings with
paths to configuration profiles.

---------

Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
Co-authored-by: Marko Lisica <83164494+marko-lisica@users.noreply.github.com>
2023-11-15 13:58:46 -03:00

55 lines
1.2 KiB
YAML

---
apiVersion: v1
kind: team
spec:
team:
features:
enable_host_users: true
enable_software_inventory: true
mdm:
enable_disk_encryption: false
macos_updates:
minimum_version: null
deadline: null
macos_settings:
custom_settings:
windows_settings:
custom_settings:
macos_setup:
bootstrap_package:
enable_end_user_authentication: false
macos_setup_assistant:
scripts: null
name: team1
---
apiVersion: v1
kind: team
spec:
team:
agent_options:
config:
foo: bar
overrides:
platforms:
darwin:
foo: override
features:
additional_queries:
foo: bar
enable_host_users: false
enable_software_inventory: false
mdm:
enable_disk_encryption: false
macos_updates:
minimum_version: "12.3.1"
deadline: "2021-12-14"
macos_settings:
custom_settings:
windows_settings:
custom_settings:
macos_setup:
bootstrap_package:
enable_end_user_authentication: false
macos_setup_assistant:
scripts: null
name: team2