Run the agent against a locally deployed SYNventory
KUBECONFIG=/path/to/config go run main.go --api http://localhost:5000 --token someToken
Start hacking on the agent
Argo CD Bootstrapping
Argo CD is bootstrapped (repo-server, app-controller, server) when no existing deployments are found. The required CRDs (Application, AppProject) are compiled into the binary using statik.
To update them, download the latest manifests and put them in ./manifests/. Upon running make generate, the manifests will be embedded into the resulting binary.