From 5c99cf3cfa413779dc4bd17d81565e63734016e0 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sun, 24 Oct 2021 15:32:03 -0400 Subject: [PATCH] docs: update helm docs [skip ci] ***NO_CI*** --- dev/helm/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/helm/README.md b/dev/helm/README.md index aefe0cea..d539a7f9 100644 --- a/dev/helm/README.md +++ b/dev/helm/README.md @@ -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 @@ -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.