-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from layer-systems/beta
update HELM README
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |