mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
21 lines
458 B
Markdown
21 lines
458 B
Markdown
# Deployment example using Helm
|
|
|
|
### Prerequisites
|
|
|
|
Makre sure the Helm repository is installed as follows:
|
|
|
|
```console
|
|
helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts
|
|
helm repo update
|
|
```
|
|
|
|
### Deployment
|
|
|
|
In order to deploy the manifest for this example, issue the
|
|
following command:
|
|
|
|
```console
|
|
helm install vaultwarden bjw-s/app-template --namespace default --values values.yaml
|
|
```
|
|
|
|
This will apply the rendered manifest(s) to your cluster.
|