-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add support for multiple projects in different groups for gitlab #30
Comments
@GoshaDo
Each org will have its own values for- name, orgLevel, repoList, and webhook_url. and you could have multiple organizations. |
What if we will manage each "git provider" as seperate CRD ? |
that might be good, but do we have a use-case for multiple different providers at once? |
@GoshaDo I like the idea of a seperate CRD for each gitprovider. That way you have the right naming, because now it's a bit unclear when using piper. |
Currently we can only pass 1 group as an organization, this works great for github but not for gitlab.
In gitlab repositories/projects are under groups, which means if you have repositories across multiple groups it's not possible to add a webhook to those repositories.
Below is an example of the
values.yaml
with 1 project.Some possible solutions below:
repoList
with the full path to the repo for example:groups
The latter would be the most flexible one.
EDIT: fixed gitlab naming of groups
The text was updated successfully, but these errors were encountered: