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
Having gitops in the main branch is a bit inconvenient, as demos that use gitops will end up messing the main git tree.
As an alternative, we could probably better configure gitops to rely on custom branches, or even custom forks, to better disconnect custom temporal tweaks from the main repo. This could be something configurable, defaulting to a demo-configs branch, but still allow the ArgoCD module to configure a fork+branch as an alternative.
The text was updated successfully, but these errors were encountered:
I am working on re-factoring argocd, i will keep you posted. The goal is to expose the variables to allow to map the "user-defined" applications to the target clusters.
May I suggest to use this repo only as a blueprint for gitops driven applications. The TF scripts can spin up a seperate VM with a git server (my suggestion is gogs, a GoLang based lightweight git server) that hosts these apps instead. This way demos doing changes in git-gogs won't affect others and more flexibility is offered in terms of application to cluster mapping.
Having gitops in the main branch is a bit inconvenient, as demos that use gitops will end up messing the main git tree.
As an alternative, we could probably better configure gitops to rely on custom branches, or even custom forks, to better disconnect custom temporal tweaks from the main repo. This could be something configurable, defaulting to a
demo-configs
branch, but still allow the ArgoCD module to configure a fork+branch as an alternative.The text was updated successfully, but these errors were encountered: