From 222bd4b98a3d1d468c5f16aeb5d274e5f616c316 Mon Sep 17 00:00:00 2001 From: Andrew Johnson <22807686+blackandred@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:31:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26cfb1b..055bc5a 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Use [bmg](./generate/README.md) to generate Kubernetes resources that could be a Create a definition of an [Argo Workflow](https://argoproj.github.io/argo-workflows/) or [Tekton Pipeline](https://tekton.dev/) that will spawn a Kubernetes job with defined token, collection id, command, GPG key. -### Scenario 5: Kubernetes usage with a dedicated controller - Backup Maker Controller +### Scenario 5: Kubernetes usage with a dedicated controller - Backup Maker Controller **(RECOMMENDED FOR KUBERNETES)** [Use CRD's to configure Backup & Restore procedures in your cluster](https://github.com/riotkit-org/backup-maker-controller#how-it-works). Store CRD's in a git repository and use [ArgoCD](https://argo-cd.readthedocs.io/en/stable/) or [FluxCD](https://fluxcd.io/) for synchronization.