Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Jan 27, 2025
1 parent 812a770 commit 1208a64
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ Please first refer to the [BunkerWeb documentation](https://docs.bunkerweb.io/la

## Helm repository

The BunkerWeb Helm chart repository is available at `https://repo.bunkerweb.io/helm` :
The BunkerWeb Helm chart repository is available at `https://repo.bunkerweb.io/charts` :
```bash
helm repo add https://repo.bunkerweb.io/charts
helm repo add bunkerweb https://repo.bunkerweb.io/charts
```

You can then use the `bunkerweb` helm chart from that repository :
```bash
helm install -f myvalues.yaml mybunkerweb bunkerweb/bunkerweb
```

## Values
Expand Down

0 comments on commit 1208a64

Please sign in to comment.