devstream icon indicating copy to clipboard operation
devstream copied to clipboard

🍀 `Proposal`: see if we can use argocd API/SDK to create the application CRD instead of using kubectl apply

Open IronCore864 opened this issue 4 years ago • 2 comments

Question

At the moment, in the argocdapp plugin, we create the ArgoCD app CRD by using kubectl apply -f, which is not ideal.

Do some research and see if it's possible to create the CRD by using ArgoCD Golang SDK/API.

Only research (and maybe a test-drive is needed, no need to implement immediately)

IronCore864 avatar Nov 25 '21 14:11 IronCore864

/assign @daniel-hutao

daniel-hutao avatar Mar 04 '22 03:03 daniel-hutao

look like argocd has go sdk, i will try to finish this. doc

steinliber avatar Oct 08 '22 03:10 steinliber