Updated changes file for 19332: clear secrets with gitops. (#19656)

Updated changes file for 19332: clear secrets with gitops.
This commit is contained in:
Victor Lyuboslavsky 2024-06-11 14:11:25 -05:00 committed by GitHub
parent 0220f8fb8c
commit e4b79fecda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -1 +0,0 @@
Enable gitops to create teams with no enroll secrets, or clear enroll secrets for an existing team by setting team_settings.secret to nothing or to an empty array.

View file

@ -0,0 +1,2 @@
* 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.