From b2862cea821aa0143e3d8378b93a4867fa25c757 Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Sun, 29 Oct 2023 18:38:59 -0400 Subject: [PATCH] update static diagram (#36) Signed-off-by: Carlos Santana --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 072756de..dca41c85 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The GitOps Bridge becomes extremely important in the context of cloud-managed Ku The GitOps Bridge should also be compatible with GitOps engines that run as SaaS and are not installed inside the cluster, such as the Akuity Platform, CodeFresh, Weaveworks, and others. - + The [GitOps Bridge Pattern](https://github.com/gitops-bridge-dev) enables Kubernetes administrators to utilize Infrastructure as Code (IaC) and GitOps tools for deploying Kubernetes Addons and Workloads. Addons often depend on Cloud resources that are external to the cluster. The configuration metadata for these external resources is required by the Addons' Helm charts. While IaC is used to create these cloud resources, it is not used to install the Helm charts. Instead, the IaC tool stores this metadata either within GitOps resources in the cluster or in a Git repository. The GitOps tool then extracts these metadata values and passes them to the Helm chart during the Addon installation process. This mechanism forms the bridge between IaC and GitOps, hence the term "GitOps Bridge."