From 9eb33aa7e517fe3ccadfc07a266f1097f1ed1140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20R=C3=B6der?= Date: Mon, 8 Jul 2024 11:41:53 +0200 Subject: [PATCH] Add Helm install documentation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 78c2ee4..a63e809 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # rclone-helm-chart + Helm chart for deploying an rclone CronJob + +## Install + +```shell +helm repo add bakdata-rclone https://bakdata.github.io/rclone-helm-chart/ +helm repo update +helm install bakdata-rclone/rclone-copy +```