-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Merged by Bors] - Support specifying a namespace to watch #223
Conversation
@@ -0,0 +1,56 @@ | |||
|
|||
=== PRODUCT_CONFIG |
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.
Isn't this the same bunch of fields that we specify in commandline_args.adoc
?
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.
yeah
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.
I'd merge them into one file then. It's not really obvious that we have two places that need to be kept up to date atm, or how they relate to each other.
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.
I mean they come together via clap, the new opa side container e.g. does not use clap and would only require the env variable? I think in that case it makes sense to separate it?
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.
lgtm
bors merge |
## Description try ``` cargo run -- run --watch-namespace test ``` or ``` export WATCH_NAMESPACE=test cargo run -- run ``` fixes #214 Co-authored-by: Malte Sander <[email protected]> Co-authored-by: Razvan-Daniel Mihai <[email protected]>
Pull request successfully merged into main. Build succeeded: |
Description
try
or
fixes #214
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information