Skip to content

Commit

Permalink
docs: update helm docs
Browse files Browse the repository at this point in the history
[skip ci] ***NO_CI***
  • Loading branch information
NGPixel committed Oct 24, 2021
1 parent d4e8e8b commit 5c99cf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ It also optionally packages the [PostgreSQL](https://github.com/kubernetes/chart

## Adding the Wiki.js Helm Repository

```bash
helm repo add requarks https://charts.js.wiki
```console
$ helm repo add requarks https://charts.js.wiki
```

## Installing the Chart
Expand All @@ -61,11 +61,11 @@ To install the chart with the release name `my-release` run the following:

### Using Helm 3:
```console
helm install my-release requarks/wiki
$ helm install my-release requarks/wiki
```
### Using Helm 2:
```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.
Expand Down

0 comments on commit 5c99cf3

Please sign in to comment.