Added project pattern for GitLab provider to be able to filter projects on more granular level.

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-08-02 13:02:04 +02:00
parent 62759831f5
commit eae2f7c732
+2 -2
View File
@@ -10,8 +10,8 @@ providers:
stg:
host: gitlab.stg.company.io
branch: main
projectPattern: johndoe/ <== new option
projectPattern: john/ <== new option
entityFilename: template.yaml
```
With the abovementioned parameter you can filter projects, and keep only who belongs to the namespace "johndoe".
With the aforementioned parameter you can filter projects, and keep only who belongs to the namespace "john".