mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
4abd911000
commit
a2efbd4aab
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ Profiles with variables aren’t 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 secret’s 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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue