From c191dfab82ac67bb72a338ac8963b7add8788b3c Mon Sep 17 00:00:00 2001 From: pchang388 Date: Sat, 22 Feb 2025 02:10:42 -0500 Subject: [PATCH] add helm option in docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b8fc1b3..f774a02 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Table of Contents - [Using This Application](#using-this-application) - [Run via Pip](#run-via-pip) - [Run via Docker](#run-via-docker) + - [Run via Helm](#run-via-helm) - [Authentication and Permissions](#authentication-and-permissions) - [Configuration](#configuration) - [Backup Behavior](#backup-behavior) @@ -174,6 +175,9 @@ docker run \ homeylab/bookstack-file-exporter:latest ``` +### Run via Helm +A helm chart can be used to run the exporter as a CronJob or Deployment resource. See [here](https://github.com/homeylab/helm-charts/tree/main/charts/bookstack-file-exporter) for more information on using the helm chart. + #### Bind Mounts | purpose | static docker path | description | example | | ------- | ------------------ | ----------- | ------- |