-
Notifications
You must be signed in to change notification settings - Fork 6
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
NETOBSERV-1908 Be able to customize namespace #103
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #103 +/- ##
=======================================
Coverage 24.24% 24.24%
=======================================
Files 9 9
Lines 1415 1415
=======================================
Hits 343 343
Misses 1051 1051
Partials 21 21
Flags with carried forward coverage won't be shown. Click here to find out more. |
/retest |
@@ -33,7 +40,11 @@ RUN mkdir -p output | |||
# Create final image from ubi + built binary and command | |||
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.4 | |||
WORKDIR / | |||
|
|||
COPY --from=builder /opt/app-root/build . |
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.
looks like a duplicate row
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.
cmd/flow_capture.go
Outdated
log.Infof("Capture reached %s, exiting now...", maxTime) | ||
return | ||
if exit := onLimitReached(); exit { | ||
log.Infof("Capture reached %s, exiting now...", sizestr.ToString(maxBytes)) |
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.
should be maxTime here?
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.
This been addressed in previous PRs 👍
d9ca630
to
88e981b
Compare
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
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Allow custom namespace using
NETOBSERV_NAMESPACE
env variable.Example:
Dependencies
Based on #102
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.