From 0cb1e2348369cc96e303efa908d700f562935118 Mon Sep 17 00:00:00 2001 From: Grant Bilstad <82750216+pacamaster@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:57:03 -0600 Subject: [PATCH] Bug with spec/syntax for agent options GitOps (#20508) --- docs/Using Fleet/GitOps.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Using Fleet/GitOps.md b/docs/Using Fleet/GitOps.md index 576a2059db..bb47739a8b 100644 --- a/docs/Using Fleet/GitOps.md +++ b/docs/Using Fleet/GitOps.md @@ -198,9 +198,11 @@ config: `default.yml` or `teams/team-name.yml` +> We want `-` for policies and queries because it’s 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 ```