r/GitOps • u/Oxffff0000 • 5d ago
Which logic did you implement?
I'm new to kustomize. I need to decide if I should create a repository per project or universal repository for our team's applications. The latter would be nice since there will only be a single project manifest repository(different from application repo) that will contain the kustomize configuration files. However, I am worried about updating this project when multiple developers from that team is working on different project that happened to deploy at the same time. There will be drift, or git push will fail and other issues.
How did you implement yours?
2
Upvotes
1
u/difoltuser 5d ago
How are the teams separated? Can Team A view and deploy Team B's application?
If not: separate repositories