From 6bd53e51401962f2a534a3225daff5deb9f9cc10 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 26 Feb 2024 13:14:47 +0200 Subject: [PATCH] Add overview diagram Signed-off-by: Stefan Prodan --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 179658d..5f692da 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,19 @@ and **cluster admin** rights to all clusters in the fleet to be able to perform - Configure the delivery of platform components (defined in [d1-infra repository](https://github.com/controlplaneio-fluxcd/d1-infra)). - Configure the delivery of applications (defined in [d1-apps repository](https://github.com/controlplaneio-fluxcd/d1-apps)). +```mermaid +flowchart LR + +A((Infra Repo)) --> C +B((Apps Repo)) --> C(((Fleet Repo))) +C --> D(Flux \nsync main branch) +D --> E[Staging cluster] +C--> G(Flux \nsync prod branch) +G --> H[Production-A] +G --> I[Production-B] +G --> J[Production-C] +``` + ## Create a GitHub Account for Flux Create a new GitHub account for the Flux bot. This account will be used by the Flux CLI and