Hi everyone.
I'm trying to implement argocd as a CD main tool. Currently, I have all the k8s definitions (Deployments/svc/ing/ etc ) in pulumi.
Is there any documentation or example on how to deploy these k8s objects combining argocd and pulumi?
According to the official documentation, I see that Pulumi Kubernetes Operator works with Flux.
Important note: I am trying to avoid converting all the typescript code to helm charts or Kustomize files.
Thanks in advance.