Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b143b3dc
Commit
b143b3dc
authored
Jan 25, 2022
by
Elif Munn
Committed by
Marcel Amirault
Jan 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update details about projects and manifest files
parent
b9960643
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
doc/user/clusters/agent/index.md
doc/user/clusters/agent/index.md
+15
-0
doc/user/clusters/agent/repository.md
doc/user/clusters/agent/repository.md
+3
-0
No files found.
doc/user/clusters/agent/index.md
View file @
b143b3dc
...
@@ -377,3 +377,18 @@ Alternatively, you can mount the certificate file at a different location and in
...
@@ -377,3 +377,18 @@ Alternatively, you can mount the certificate file at a different location and in
mountPath
:
/tmp/myCA.pem
mountPath
:
/tmp/myCA.pem
subPath
:
myCA.pem
subPath
:
myCA.pem
```
```
#### Project not found
```
json
{
"level "
:
"error "
,
"time "
:
"2022-01-05T15:18:11.331Z"
,
"msg "
:
"GetObjectsToSynchronize.Recv failed "
,
"mod_name "
:
"gitops "
,
"error "
:
"rpc error: code = NotFound desc = project not found "
,
}
```
This error is shown if the manifest project is not public. To fix it,
[
make sure your manifest project is public
](
repository.md#synchronize-manifest-projects
)
.
doc/user/clusters/agent/repository.md
View file @
b143b3dc
...
@@ -40,6 +40,9 @@ with Kubernetes resource definitions in YAML or JSON format. The Agent monitors
...
@@ -40,6 +40,9 @@ with Kubernetes resource definitions in YAML or JSON format. The Agent monitors
each project you declare, and when the project changes, GitLab deploys the changes
each project you declare, and when the project changes, GitLab deploys the changes
using the Agent.
using the Agent.
WARNING:
When using separate GitLab projects for manifest files and configuration repository, the manifests project must be public.
To use multiple YAML files, specify a
`paths`
attribute in the
`gitops.manifest_projects`
section.
To use multiple YAML files, specify a
`paths`
attribute in the
`gitops.manifest_projects`
section.
```
yaml
```
yaml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment