From b753ceadf7f8b4e8899a2faf8fc7d77c935293ef Mon Sep 17 00:00:00 2001 From: Andrew Johnson <22807686+blackandred@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:30:39 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a5452eb..26cfb1b 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,10 @@ 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 + +[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. + Environment variables ---------------------