From a6abafcfa239f37d216a464d2d7ed7e7f23d6131 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 23 Jul 2019 18:57:43 +0300 Subject: [PATCH] Add the multi-tenancy repo to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c2c3662f..d6b3d4c8d 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,8 @@ Get started by browsing through the documentation below: As Flux is Open Source, integrations are very straight-forward. Here are a few popular ones you might want to check out: -- [Managing Helm releases the GitOps way](https://github.com/stefanprodan/gitops-helm) +- [Manage a multi-tenant cluster with Flux and Kustomize](https://github.com/fluxcd/multi-tenancy) +- [Managing Helm releases the GitOps way](https://github.com/fluxcd/helm-operator-get-started) - [OpenFaaS GitOps workflow with Flux](https://github.com/stefanprodan/openfaas-flux) - [GitOps for Istio Canary deployments](https://github.com/stefanprodan/gitops-istio) - [Fluxcloud to receive events from Flux](https://github.com/justinbarrick/fluxcloud)