Merge pull request #12050 from ivangonzalezacuna/feature/gitlab-entity-provider-scan-full-project
[GitlabDiscoveryEntityProvider] Add possibility to scan all the groups in the project
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 # Group and subgroup (if needed) to look for repositories
|
||||
group: example-group # Optional. Group and subgroup (if needed) to look for repositories. If not present the whole project will be scanned
|
||||
entityFilename: catalog-info.yaml # Optional. Defaults to `catalog-info.yaml`
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user