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

feat(config): Env var config (#88)" #122

Merged
merged 2 commits into from
Sep 24, 2020
Merged

feat(config): Env var config (#88)" #122

merged 2 commits into from
Sep 24, 2020

Conversation

ghost
Copy link

@ghost ghost commented Sep 23, 2020

What type of PR is this?
/kind feat

What this PR does / Why we need it:
Use environment variables to configure the server, which can be overridden by the use of the command line arguments (useful for k8s deployment).

Which issue(s) this PR fixes:

Closes #88

Special notes for your reviewer:

@ghost ghost requested review from yuryu and hongalex September 23, 2020 21:56
Copy link
Member

@yuryu yuryu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one nit, but otherwise lgtm

Copy link
Member

@yuryu yuryu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yuryu yuryu merged commit b911051 into master Sep 24, 2020
@yuryu yuryu deleted the config-env-vars branch September 24, 2020 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor configuration to use environment variables or yaml
2 participants