Skip to content

Commit

Permalink
Explain variable escaping (#25410)
Browse files Browse the repository at this point in the history
Related to:  #23238
  • Loading branch information
marko-lisica authored Jan 14, 2025
1 parent 3552104 commit e38447c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions articles/secret-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ Afterward, you can upload the script/profile with secret variables via the Fleet

_Note:_ The checksum of Apple DDM profiles with secret variables now includes the timestamp of the last secrets update.

## Escaping variable and interpolation

The dollar sign ($) can be escaped so it's not considered a variable by using a backslash (e.g. `\$100`). Additionally, `MY${variable}HERE` syntax can be used to put strings around the variable.

## Known limitations and issues

- Windows profiles are currently not re-sent to the device on fleetctl gitops update: [issue #25030](https://github.com/fleetdm/fleet/issues/25030)
Expand Down

0 comments on commit e38447c

Please sign in to comment.