+ Mic Time!
- Raise your hand in Zoom reactions to share your answer
What Argo CD ApplicationSet Generators do you think you’ll use (or use now)?
- Git Generator? (like we did today, folders in a repo)
- PR Generator?
- SCM Provider Generator? (search GitHub org for repos matching a regex)
- Matrix Generator? (combine two of the above into one)
- (others)
A new reusable workflow
BretFisher/github-actions-templates/.github/workflows/reusable-gitops-pr.yaml
- It starts after app repo PRs are merged and images are pushed
- It runs in that apps repo, and updates the app’s Helm/Kustomize prod env with new tag
- Now all a app dev needs to do after they merge their app PR is to accept GitOps PR
- For staging clusters, we could use Argo CD Image Updater to auto-deploy new tags
- We just implemented GitOps and only added a single PR review to their workflow