Commit 9e83a3c9 authored by Kate Grechishkina's avatar Kate Grechishkina Committed by Marcia Ramos

Clarify agent ID is the path to project

parent dec17401
...@@ -70,7 +70,8 @@ synchronizations is: ...@@ -70,7 +70,8 @@ synchronizations is:
```yaml ```yaml
gitops: gitops:
manifest_projects: manifest_projects:
- id: "path-to/your-manifest-project-1" # The `id` is the path to the Git repository holding your manifest files
- id: "path/to/your-manifest-project-1"
paths: paths:
- glob: '/**/*.{yaml,yml,json}' - glob: '/**/*.{yaml,yml,json}'
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment