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 +```