From 0e64d99360f869edec3e839a9bf3c5543ba8160a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:06:44 +0100 Subject: [PATCH] chore: update README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 056eb2133..2aaae874f 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,11 @@ Helm chart repository containing the jenkins-infra helm charts used [in the Jenk ## Usage -[Helm](https://helm.sh) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs) to get started. +[Helm](https://helm.sh) must be installed to use the charts. Please refer to its [documentation](https://helm.sh/docs) to get started. -- Once Helm has been set up correctly, add the repo as follows: - -`helm repo add jenkins-infra https://jenkins-infra.github.io/helm-charts` - -- If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. +- Once Helm has been set up correctly, add the repo as follows: + `helm repo add jenkins-infra https://jenkins-infra.github.io/helm-charts` +- If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. - You can then run `helm search repo jenkins-infra` to see the charts. - - To install the `` chart: `helm install my- jenkins-infra/` - - To uninstall the chart: `helm delete my-` -