From e39f3778629b6ef0d2b8dbd12e839e2869ccb466 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 22 Feb 2024 13:10:35 +0200 Subject: [PATCH] Add overview to docs Signed-off-by: Stefan Prodan --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68019d2..d47cc82 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,22 @@ # d1-apps -This repository is managed by the dev teams who are responsible for -the delivery of applications to the Kubernetes cluster fleet. +> [!IMPORTANT] +> This repository is part of the reference architecture for the +> [ControlPlane Enterprise for Flux CD](https://github.com/controlplaneio-fluxcd/distribution). +> +> The `d1` reference architecture comprised of +> [d1-fleet](https://github.com/controlplaneio-fluxcd/d1-fleet), +> [d1-infra](https://github.com/controlplaneio-fluxcd/d1-infra) and +> [d1-apps](https://github.com/controlplaneio-fluxcd/d1-infra) +> is a set of best practices and production-ready examples for using Flux +> to manage the continuous delivery of Kubernetes infrastructure and +> applications on multi-cluster multi-tenant environments. ## Scope and Access Control +This repository is managed by the dev teams who are responsible for +the delivery of applications to the Kubernetes cluster fleet. + This repository is used to define the application components such as: - Flux HelmRepositories (pointing to the application Helm charts in container registries)