crossplane-contrib / provider-argocd

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

feat: add applicationsets #122

Closed maximilianbraun closed 8 months ago

maximilianbraun commented 8 months ago

Description of your changes

Adds ArgoCD Application Sets to this provider. The pattern from Application with goverter has been applied here as well. The CRD for ApplicationSet is quite huge, which required to use Server Side apply. As far as I could see, argocd themself, the do not render the descriptions of the fields into the CRD, seems like this is their trick.

Fixes #114 Fixes #115 Superseeds #120

Additionally an update to goverter has been done.

Todos:

I have:

How has this code been tested