Add possibility to scan all the groups in the project

Signed-off-by: ivgo <ivgo@spreadgroup.com>
This commit is contained in:
ivgo
2022-06-15 15:27:30 +02:00
parent 43bf3ae171
commit 49ff472c0b
5 changed files with 105 additions and 29 deletions
+12
View File
@@ -26,6 +26,18 @@ catalog:
entityFilename: catalog-info.yaml # Optional. Defaults to `catalog-info.yaml`
```
If you desire so, it's also possible to execute the gitlab discovery in your entire
project. In order to do that, use this catalog configuration instead:
```yaml
catalog:
providers:
gitlab:
host: gitlab-host # Identifies one of the hosts set up in the integrations
branch: main # Optional. Uses `master` as default
entityFilename: catalog-info.yaml # Optional. Defaults to `catalog-info.yaml`
```
As this provider is not one of the default providers, you will first need to install
the gitlab catalog plugin: