Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 669 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 669 Bytes

vaultwarden

Helm chart for deploying dani-garcia/bitwarden_rs in Kubernetes.

$ helm repo add bitwarden https://constin.github.io/vaultwarden-helm/
$ helm install bitwarden bitwarden/vaultwarden

OR

$ git clone https://github.com/constin/vaultwarden-helm
$ cd vaultwarden
$ helm install bitwarden ./chart/vaultwarden-helm

Installing the Chart

To install the chart with the release name my-release:

$ helm install my-release bitwarden/vaultwarden

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release