We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812a770 commit 1208a64Copy full SHA for 1208a64
README.md
@@ -8,9 +8,14 @@ Please first refer to the [BunkerWeb documentation](https://docs.bunkerweb.io/la
8
9
## Helm repository
10
11
-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` :
12
```bash
13
-helm repo add https://repo.bunkerweb.io/charts
+helm repo add bunkerweb https://repo.bunkerweb.io/charts
14
+```
15
+
16
+You can then use the `bunkerweb` helm chart from that repository :
17
+```bash
18
+helm install -f myvalues.yaml mybunkerweb bunkerweb/bunkerweb
19
```
20
21
## Values
0 commit comments