Skip to content
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

make config path/name configurable #20

Closed
billimek opened this issue Mar 8, 2020 · 2 comments
Closed

make config path/name configurable #20

billimek opened this issue Mar 8, 2020 · 2 comments
Assignees
Labels
🔨 enhancement New feature or request
Milestone

Comments

@billimek
Copy link
Contributor

billimek commented Mar 8, 2020

As a user of blocky,
I want to specify the path & name of the config file instead of expecting it to be hardcoded to /app/config.yml
So that I can use my own path design for config files

The reason behind this ask is that within kubernetes, leveraging a configMap to define the config file will result in the /app directory being clobbered when mounting the config.yml in that directory meaning that there won't be a blocky binary to run. If we can define the config file to be in a non-shared path, that would be great!

@0xERR0R 0xERR0R added this to the 0.6 milestone Mar 8, 2020
@0xERR0R
Copy link
Owner

0xERR0R commented Mar 8, 2020

config.yml must be in a working directory. Configurable path would be indeed really useful

@0xERR0R 0xERR0R self-assigned this Mar 8, 2020
@0xERR0R 0xERR0R added the 🔨 enhancement New feature or request label Mar 8, 2020
@0xERR0R 0xERR0R closed this as completed in 09e97eb Mar 9, 2020
@0xERR0R
Copy link
Owner

0xERR0R commented Mar 9, 2020

Path to config can be specified with optional argument "--config <path_to_config_yml>"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants