This repository was archived by the owner on Nov 1, 2022. It is now read-only.
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
Support syncing and updating more than one git repository #1164
Closed
Description
From time to time people say that it would be handy if flux supported syncing with more than one repo.
These are use cases:
- We keep our configs alongside our app code, and that's in one repo per app
- I have a infra layer of config that I only want to sync, and then other app config that I want to sync and update
These are not use cases:
- We have different teams, and they each have a repo with config (use multiple fluxd daemons, so you can narrow the RBAC permissions for each)
Also see #1139.