mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #150] Is it possible to inject redis_address and other flag options through env variable? #732
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#732
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seanyu4296 on GitHub (Sep 2, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/150
@hibiken commented on GitHub (Sep 2, 2021):
Did you try passing via
--redis-addrflag?@seanyu4296 commented on GitHub (Sep 2, 2021):
Ah yes.
Just wondering if there's a way since I plan to run it in a kubernetes deployment and inject the config through env variables using config map
@hibiken commented on GitHub (Dec 14, 2021):
Closed via #198