helm-charts/examples/helm
2024-03-11 12:05:27 +01:00
..
home-assistant feat(app-template): Release app-template-3.0.1 2024-03-11 12:05:27 +01:00
qbittorrent feat(app-template): Release app-template-3.0.1 2024-03-11 12:05:27 +01:00
vaultwarden feat(app-template): Release app-template-3.0.1 2024-03-11 12:05:27 +01:00
README.md Fix typos (#89) 2022-11-29 18:59:44 +01:00

Deployment example using Helm

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.