Skip to content

Commit

Permalink
Merge pull request #8 from layer-systems/beta
Browse files Browse the repository at this point in the history
update HELM README
  • Loading branch information
mroxso authored Jun 27, 2023
2 parents f1647f9 + ff7ad5e commit 490c5e2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions HELM.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Helm Installation

## Installation
```bash
helm repo add bitnami https://charts.bitnami.com/bitnami
```
```bash
helm install my-nginx bitnami/nginx --version 15.0.2 --values custom-values.yaml
```
1. Copy helm/values.yaml to custom-values.yaml in this root dir with
```bash
cp helm/values.yaml ../custom-values.yaml
```
2. Now edit the custom-values.yaml file.

## Source
https://artifacthub.io/packages/helm/bitnami/nginx
3. Then install it with:
```bash
helm install zaps helm/nostrzaps --values custom-values.yaml
```

0 comments on commit 490c5e2

Please sign in to comment.