guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
142 stars 64 forks source link

Improved PVC configuration #60

Closed groundhog2k closed 9 months ago

groundhog2k commented 9 months ago

Improved PVC configuration to optionally keep the volume after uninstalling the deployment.

The new option keepPvc: true will make sure that the PVC will not be deleted when a chart deployment gets uninstalled and can be resused after a new deployment.