Bug with spec/syntax for agent options GitOps (#20508)

This commit is contained in:
Grant Bilstad
2024-07-19 15:57:03 -06:00
committed by GitHub
parent 3126c05e7a
commit 0cb1e23483
+3 -1
View File
@@ -198,9 +198,11 @@ config:
`default.yml` or `teams/team-name.yml`
> We want `-` for policies and queries because its an array. Agent Options we do not use `-` for `path`.
```yaml
queries:
- path: ../lib/agent-options.yml
path: ../lib/agent-options.yml
# path is relative to default.yml or teams/team-name.yml
```