Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Sep 7, 2024
1 parent 29ffe14 commit c195b85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
1. Add this helm chart repo to your helm client configuration

```
helm repo add lmno https://charts.lmno.pk
helm repo add tektonops https://charts.tektonops.com
```
2. Update repo and search
```
helm repo update
helm search repo -l lmno
helm search repo -l tektonops
```
3. Install the chart
```
helm install act-runner lmno/act-runner --set runner.runnerToken.value=<runner registration tokent>
helm install act-runner tektonops/act-runner --set runner.runnerToken.value=<runner registration tokent>
```
4. Uninstall
Expand Down
4 changes: 2 additions & 2 deletions charts/act-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
To install the chart with the release name `act-runner`

```console
$ helm repo add lmno http://charts.lmno.pk
$ helm install act-runner lmno/act-runner
$ helm repo add tektonops http://charts.tektonops.com
$ helm install act-runner tektonops/act-runner
```

## Values
Expand Down
4 changes: 2 additions & 2 deletions charts/drl-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
To install the chart with the release name `drl-exporter`

```console
$ helm repo add lmno http://charts.lmno.pk
$ helm install drl-exporter lmno/drl-exporter
$ helm repo add tektonops http://charts.tektonops.com
$ helm install drl-exporter tektonops/drl-exporter
```

## Values
Expand Down

0 comments on commit c195b85

Please sign in to comment.