Skip to content

Commit

Permalink
Merge pull request #310 from jthurner/documentation_fixes
Browse files Browse the repository at this point in the history
fix links/variable names in helm documentation
  • Loading branch information
adinhodovic authored Jul 2, 2024
2 parents 4942697 + e6607dc commit cc2796d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/celery-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Prometheus exporter for Celery
Add the helm repository:

```bash
helm repo add danihodovic https://danihodovic.github.io/helm-charts
helm repo add danihodovic https://danihodovic.github.io/celery-exporter/
```

Install the chart:
Expand All @@ -21,12 +21,12 @@ helm install celery-exporter danihodovic/celery-exporter
```


You'll need to set the enviroment variable `CELERY_BROKER_URL` to the broker url of your celery instance.
You'll need to set the enviroment variable `CE_BROKER_URL` to the broker url of your celery instance.

For example:

```bash
helm install celery-exporter danihodovic/celery-exporter --set env[0].name=CELERY_BROKER_URL,env[0].value=redis://redis:6379/0
helm install celery-exporter danihodovic/celery-exporter --set env[0].name=CE_BROKER_URL,env[0].value=redis://redis:6379/0
```

## Maintainers
Expand Down

0 comments on commit cc2796d

Please sign in to comment.