This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Description
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