docs: update helm docs

[skip ci] ***NO_CI***
pull/4663/head
Nicolas Giard 3 years ago committed by GitHub
parent d4e8e8b147
commit 5c99cf3cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,8 +51,8 @@ It also optionally packages the [PostgreSQL](https://github.com/kubernetes/chart
## Adding the Wiki.js Helm Repository ## Adding the Wiki.js Helm Repository
```bash ```console
helm repo add requarks https://charts.js.wiki $ helm repo add requarks https://charts.js.wiki
``` ```
## Installing the Chart ## Installing the Chart
@ -61,11 +61,11 @@ To install the chart with the release name `my-release` run the following:
### Using Helm 3: ### Using Helm 3:
```console ```console
helm install my-release requarks/wiki $ helm install my-release requarks/wiki
``` ```
### Using Helm 2: ### Using Helm 2:
```console ```console
helm install --name my-release requarks/wiki $ helm install --name my-release requarks/wiki
``` ```
The command deploys Wiki.js on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. The command deploys Wiki.js on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.

Loading…
Cancel
Save