Helm chart for deploying dani-garcia/vaultwarden_rs in Kubernetes.
$ helm repo add vaultwarden https://cdwv.github.io/vaultwarden-k8s/
$ helm install vaultwarden/vaultwarden-k8s
OR
$ git clone https://github.com/cdwv/vaultwarden-k8s
$ cd vaultwarden-k8s
$ helm install ./chart/vaultwarden-k8s
To install the chart with the release name my-release
:
$ helm install --name my-release vaultwarden/vaultwarden-k8s
To uninstall/delete the my-release deployment:
$ helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
Head over to cdwv/awesome-helm to learn more about Helm - the Kubernetes package manager.
vaultwarden-k8s by CodeWave is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Project is currently maintained, in our spare time, by codewave.eu and a growing number of Contributors!