8000 add helm option in docs by pchang388 · Pull Request #59 · homeylab/bookstack-file-exporter · GitHub
[go: up one dir, main page]

Skip to content

add helm option in docs #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 |
| ------- | ------------------ | ----------- | ------- |
Expand Down
0