From e6607dc86abcbc3c4d245155c32a086fc80df979 Mon Sep 17 00:00:00 2001 From: Joschka Thurner Date: Tue, 2 Jul 2024 09:31:46 +0200 Subject: [PATCH] fix links/variable names in helm documentation --- charts/celery-exporter/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/celery-exporter/README.md b/charts/celery-exporter/README.md index 7c2b336..f95d5bf 100644 --- a/charts/celery-exporter/README.md +++ b/charts/celery-exporter/README.md @@ -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: @@ -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