Add links to YAML settings that will now be cleared if not set (#30072)

This commit is contained in:
Ian Littman 2025-06-17 09:14:54 -05:00 committed by GitHub
parent b29cb6bfd3
commit ce9332aa00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ IT Admins can now disable MDM directly from the host detail page. This makes man
### Global configuration in GitOps
This release fixed issue where SSO settings, SMTP settings, Features and MDM end-user authentication settings would not be cleared if they were omitted from YAML files used in a GitOps run.
This release fixed issue where [SSO settings](https://fleetdm.com/docs/configuration/yaml-files#sso-settings), [Features](https://fleetdm.com/docs/configuration/yaml-files#features) and [MDM end-user authentication settings](https://fleetdm.com/docs/configuration/yaml-files#end-user-authentication) would not be cleared if they were omitted from YAML files used in a GitOps run.
**If you have these settings configured via the Fleet web application and you use GitOps to manage your configuration, be sure settings are present in your global YAML settings file before your next GitOps run.**