-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds environment variable alternatives to config items #210
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, especially for adding the documentation and tests along with the feature! Most comments here are style-specific. There are just a few functionality-specific ones that we can talk about.
Thanks for the changes! I added one comment to revert a change, which I didn't think fully through (and is ultimately unnecessary). Also, the formatting workflow will fail right now due to lines being too long, so once |
Thanks! |
This PR simply adds a few namespaced environment variables as alternatives to needing a config file. I am primarily interested in this so I can run the container in kubernetes and not need to maintain a volume.