Skip to content

Commit

Permalink
Merge pull request #912 from jenkins-infra/lemeurherve-patch-1
Browse files Browse the repository at this point in the history
chore: update README.md
  • Loading branch information
dduportal authored Nov 2, 2023
2 parents 76f2180 + 7effa13 commit a5cb1db
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-name>` chart: `helm install my-<chart-name> jenkins-infra/<chart-name>`

- To uninstall the chart: `helm delete my-<chart-name>`

0 comments on commit a5cb1db

Please sign in to comment.