Skip to content

Commit

Permalink
Merge pull request #125 from danihodovic/fix-env-var
Browse files Browse the repository at this point in the history
fix: Env var prefix
  • Loading branch information
danihodovic authored Jun 28, 2022
2 parents af2e9d0 + 0545270 commit 69f11a3
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 69f11a3

Please sign in to comment.