mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 05:58:40 +00:00
2 lines
402 B
Text
2 lines
402 B
Text
* Enabled `fleetctl gitops` to create teams with no enroll secrets, or clear enroll secrets for an existing team. This is done by setting `team_settings.secrets` to nothing or to null or to an empty array ( `[]` ) in YAML.
|
|
* Enabled `fleetctl apply` to create teams with no enroll secrets, or clear enroll secrets for an existing team. This is done by setting `team.secrets` to an empty array in YAML.
|