Skip to content

Commit

Permalink
fix: Env var prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Jun 28, 2022
1 parent af2e9d0 commit 0545270
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/celery-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: danihodovic
- name: adinhodovic

version: 0.1.1
appVersion: 0.2.1
version: 0.2.0
appVersion: 0.3.0
4 changes: 2 additions & 2 deletions charts/celery-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ serviceAccount:
name: ""

env: []
# - name: CELERY_BROKER_URL
# - name: CELERY_EXPORTER_BROKER_URL
# value: <MY_BROKER_URL>
# - name: CELERY_BROKER_URL
# - name: CELERY_EXPORTER_BROKER_URL
# valueFrom:
# secretKeyRef:
# name: MY_SECRET
Expand Down
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

if __name__ == "__main__":
# pylint: disable=no-value-for-parameter,unexpected-keyword-arg
cli(auto_envvar_prefix="CELERY_EXPORTER_")
cli(auto_envvar_prefix="CELERY_EXPORTER")

0 comments on commit 0545270

Please sign in to comment.