Skip to content

Commit

Permalink
Document templating functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreixell committed Nov 22, 2023
1 parent dd5e3c7 commit f38ab1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sources/static/configuration/agent-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ selector:

> **Note:** Snippet selection is currently done in the API server. This behaviour is subject to change in the future.


### Example response body

```yaml
Expand Down Expand Up @@ -164,3 +163,5 @@ snippets:
os: linux
app: app1
```

> **Note:** Base configurations and snippets can contain go's [text/template](https://pkg.go.dev/text/template) actions. If you need preserve the literal value of a template action, you can escape them using backticks (for example, `{{ .template_inside_template }}`).

0 comments on commit f38ab1d

Please sign in to comment.