Remove wrong callout that profiles is resent if secrets change (#41916)

This is not behaviour we have today for either Apple or Windows.
This commit is contained in:
Magnus Jensen 2026-03-18 11:03:00 -05:00 committed by GitHub
parent 4abd911000
commit a2efbd4aab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ Profiles with variables arent validated during a GitOps dry run because the v
Some variables trigger a profile resend when their value changes. See which variables support this in the [YAML reference docs](https://fleetdm.com/docs/configuration/yaml-files#variables).
If a variable is a secret (for example, an API token), prefix it with FLEET_SECRET_. This masks the value when viewed or downloaded from the Fleet UI or API. If a secrets value changes, the profile is resent to hosts.
If a variable is a secret (for example, an API token), prefix it with FLEET_SECRET_. This masks the value when viewed or downloaded from the Fleet UI or API.
Variables aren't removed on GitOps runs. To remove a variable, delete it on the `Controls` > `Variables` page.