Wrote a new blog post - this one's about setting up git-generator #ArgoCD ApplicationSets.
https://unixorn.github.io/post/homelab/k8s/07-argocd-git-generator/
Add an ArgoCD git generator ApplicationSet
The next gitops task for my home cluster was to make ArgoCD automatically install new applications when I add them to the configuration git repository. In this post, I’m going to show how to set up an Argo CD git generator ApplicationSet and point it at a specific directory in a configuration repository.