blob: 5db600b9f573720dd5439f06c504bcdbb2c54c2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Wallabag Helm Chart
This chart deploys Wallabag.
## Prerequisites
Before installing the chart, you must manually create the following directories on your host system to be used by the persistent volumes:
- `/data/nfs/k3svolumes/wallabag/data`
- `/data/nfs/k3svolumes/wallabag/images`
## Installing the Chart
To install the chart with the release name `my-release`, run the following command:
```bash
helm install wallabag . --namespace services --create-namespace
```
|