crossplane-contrib / provider-argocd

Crossplane provider to provision and manage Argo CD objects
Apache License 2.0
68 stars 35 forks source link

feat(scopedrepository): add support for project scoped repository #127

Closed abelhoula closed 8 months ago

abelhoula commented 8 months ago

Description of your changes

This pull request introduces the capability for the argocd provider to support defining project-scoped repositories from the MR. Project-scoped repositories offer a self-service process for developers so that they can add a repository in a project on their own even after the initial creation of the project. official-docs

Fixes #126

I have:

How has this code been tested

The code has been tested using a local setup where an ArgoCD project was created using the argocd provider. I verified: