Hello, I have been trying to deploy Argo-CD via Pu...
# kubernetes
c
Hello, I have been trying to deploy Argo-CD via Pulumi. Seems due to CRD issue, its not possible to directly deploy it. However i was trying to use the argocd-autopilot to bootstrap my rest of the cluster. I am planning to run the argocd-autopilot via kubernetes job where i can pass the kubeconfig as well as git PAT token to the job to bootstrap the argocd and the cluster. However i am wandering if there is any way i can run another kubernetes job when i am destroy the stack which does removes the argo apps and cleans up the cluster?