Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paimonsoror committed Nov 30, 2024
1 parent a4e61fb commit c021e85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,13 @@ In case you want to use an existing PVC to store your data and attachments (i.e.
which will update the PodSpec's to use the provided PVC. Note, that use of this value will ignore the values of both `storage.data`
and `storage.attachments` values.

```yaml
existingVolumeClaim:
claimName: "vaultwarden-pvc"
dataPath: "/data"
attachmentsPath: /data/attachments
```

## Uninstall

To uninstall/delete the `vaultwarden-demo` release:
Expand Down

0 comments on commit c021e85

Please sign in to comment.