You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
main
=> production environment,develop
=> production environmentThe text was updated successfully, but these errors were encountered: