helm-charts/examples/helm/README.md
2022-08-11 14:08:22 +02:00

458 B

Deployment example using Kustomize

Prerequisites

Makre sure the Helm repository is installed as follows:

helm repo add bjw-s https://bjw-s.github.io/helm-charts
helm repo update

Deployment

In order to deploy the manifest for this example, issue the following command:

helm install vaultwarden bjw-s/app-template --namespace default --values values.yaml

This will apply the rendered manifest(s) to your cluster.