crossplane-contrib / provider-argocd

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

fix(cluster): Cluster fails to delete (#87) #101

Closed Avarei closed 10 months ago

Avarei commented 11 months ago

Description of your changes

This just implements the recommendation by @stevendborrelli. Which fixes the issue of Cluster Objects not being deleted within ArgoCD, when the Cluster Resource is deleted.

Fixes #87

I have:

How has this code been tested

I ran make build and deployed the provider in a cluster with crossplane deployed. A Cluster resource was created and I verified that it was created successfully using argocd cluster list and by viewing the status of kubectl get clusters then deleted the resource and verified that it was deleted in argocd using the same argocd cluster list command.