NubesGen
NubesGen copied to clipboard
GitOps should offer more options
For now, GitOps is implemented with one convention (like one environnement is a branch like env-*).
To adapt to more team conventions, we should be able to configure some elements of GitOps, like:
- link environment to a specific branch, like :
-
main=> production environment,develop=> production environment - a specific git tag = production environment
-