Skip to content

Commit

Permalink
doc: helm repository
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Verchère <[email protected]>
  • Loading branch information
rverchere committed Apr 30, 2024
1 parent 1e07994 commit fb232b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ kubectl create secret generic ovh-mks-exporter \
```
2. Deploy application, service and servicemonitor using the helm chart in the `deployment`folder:
```
helm upgrade --install ovh-mks-exporter deployment/charts/ovh-mks-exporter
helm repo add ovh-mks-exporter https://rverchere.github.io/ovh-mks-exporter
helm repo update
helm upgrade --install ovh-mks-exporter ovh-mks-exporter/ovh-mks-exporter
```

The **servicemonitor** must be changed to match your prometheus installation (see `prometheusReleaseName`in the values file).
Expand Down

0 comments on commit fb232b3

Please sign in to comment.