crossplane-contrib / provider-argocd

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

Add Labels from MR to Argocd AppProject #106

Closed smileisak closed 10 months ago

smileisak commented 10 months ago

Description of your changes

This pull request introduces the capability for the argocd provider to support defining and adding labels to the ArgoCD AppProject from the MR. Labels in ArgoCD play a crucial role as they allow AppProjects to inherit default spec values from a global AppProject. Documentation link

Fixes #105

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:

smileisak commented 10 months ago

@MisterMX can you take a look on it. I have made the change as requested.