From ce9332aa006acf8a7d0a9bfe9d0e14c51ff91acf Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Tue, 17 Jun 2025 09:14:54 -0500 Subject: [PATCH] Add links to YAML settings that will now be cleared if not set (#30072) --- articles/fleet-4.69.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/fleet-4.69.0.md b/articles/fleet-4.69.0.md index e241a5974f..a7455ec41e 100644 --- a/articles/fleet-4.69.0.md +++ b/articles/fleet-4.69.0.md @@ -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.**