Custom variables changes: Currently, only Apple profiles are resent (#44850)

Windows coming soon:
- https://github.com/fleetdm/fleet/issues/44852

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
This commit is contained in:
Noah Talerman
2026-05-08 17:19:42 -04:00
committed by GitHub
co-authored by Mike Thomas
parent 77994bcb60
commit d1115a6bc9
@@ -42,7 +42,7 @@ During a GitOps run, Fleet scans scripts and profiles for variables, pulls their
Profiles with variables arent validated during a GitOps dry run because the variables may be missing or incorrect in Fleet. This means theyre more likely to fail during a real run. Best practice: test the script or profile by adding it to Fleet via the UI first.
> When variable values are updated or changed, a profile resend is triggered.
> When variable values are updated or changed, Apple (macOS, iOS, iPadOS) profiles are re-sent. Automatic re-send for Windows profiles is [coming soon](https://github.com/fleetdm/fleet/issues/44852).
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.