mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
docs(examples): Add some deployment examples
This commit is contained in:
parent
592e2a35dc
commit
216592df83
10 changed files with 280 additions and 34 deletions
21
examples/helm/README.md
Normal file
21
examples/helm/README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Deployment example using Kustomize
|
||||
|
||||
### Prerequisites
|
||||
|
||||
Makre sure the Helm repository is installed as follows:
|
||||
|
||||
```console
|
||||
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:
|
||||
|
||||
```console
|
||||
helm install vaultwarden bjw-s/app-template --namespace default --values values.yaml
|
||||
```
|
||||
|
||||
This will apply the rendered manifest(s) to your cluster.
|
Loading…
Add table
Add a link
Reference in a new issue