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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user