Commit beeac794 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-agent-install-id-confusion' into 'master'

Clarify agent ID is the path to project

See merge request gitlab-org/gitlab!74382
parents 8de810bd 9e83a3c9
......@@ -70,7 +70,8 @@ synchronizations is:
```yaml
gitops:
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:
- 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