Does ArgoCD Monitor Application Code Repository, or Only the Kubernetes Manifest Repository?
Context New to DevOps and GitOps. Suppose that I have decoupled development from deployment. The application code (a machine learning web app) is in a the application repository and the Kubernetes manifest (yaml files) to deploy it are in the manifest repository (both on GitLab). My understanding was ArgoCD is typically used to pull the […]