From 786c4700728bd080b2dcdd9cbdd67dae431349cf Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 6 Jan 2024 14:57:59 +0100 Subject: [PATCH] remove space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a128e..df66129 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It reads and writes the [restic](https://github.com/restic/restic) repo format d ## Introduction -This chart installs `rustic backup` as [Kubernetes CronJob](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/), which will run a [Kubernetes Job] (https://kubernetes.io/docs/concepts/workloads/controllers/job/) periodically on a given schedule. It can optionally initialize a new repository by creating a single Job running `rustic init`. +This chart installs `rustic backup` as [Kubernetes CronJob](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/), which will run a [Kubernetes Job](https://kubernetes.io/docs/concepts/workloads/controllers/job/) periodically on a given schedule. It can optionally initialize a new repository by creating a single Job running `rustic init`. ## Installing