Standardize term 'gitlab instance'

In other places in the docs the term 'instance' is used to refer to a single
GitLab API host. The use of 'project' in these cases is particularly troublesome
because that term already has a well-defined meaning in GitLab: a single
codebase with associated issues, MRs, and automation.

Signed-off-by: Jamie Klassen <jklassen@vmware.com>
This commit is contained in:
Jamie Klassen
2023-01-28 01:49:58 -05:00
parent 0c8a2cd671
commit 49948f644f
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ catalog:
yourProviderId:
host: gitlab-host # Identifies one of the hosts set up in the integrations
branch: main # Optional. Uses `master` as default
group: example-group # Optional. Group and subgroup (if needed) to look for repositories. If not present the whole project will be scanned
group: example-group # Optional. Group and subgroup (if needed) to look for repositories. If not present the whole instance will be scanned
entityFilename: catalog-info.yaml # Optional. Defaults to `catalog-info.yaml`
projectPattern: /[\s\S]*/ # Optional. Filters found projects based on provided patter. Defaults to `/[\s\S]*/`, what means to not filter anything
schedule: # optional; same options as in TaskScheduleDefinition