-
Notifications
You must be signed in to change notification settings - Fork 779
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
fix(helm): switch to curl as ENTRYPOINT for probeWebhook #2632
fix(helm): switch to curl as ENTRYPOINT for probeWebhook #2632
Conversation
f6f3e74
to
6ee6c37
Compare
Signed-off-by: Tom McKay <thomasmckay@redhat.com>
6ee6c37
to
9f6da04
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
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #2632 +/- ##
==========================================
- Coverage 53.10% 53.07% -0.04%
==========================================
Files 120 120
Lines 10569 10569
==========================================
- Hits 5613 5609 -4
- Misses 4518 4521 +3
- Partials 438 439 +1
Flags with carried forward coverage won't be shown. Click here to find out more. see 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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
…-agent#2632) Signed-off-by: Tom McKay <thomasmckay@redhat.com> Co-authored-by: Rita Zhang <rita.z.zhang@gmail.com>
…-agent#2632) Signed-off-by: Tom McKay <thomasmckay@redhat.com> Co-authored-by: Rita Zhang <rita.z.zhang@gmail.com> Signed-off-by: Xander Grzywinski <xandergr@microsoft.com>
What this PR does / why we need it:
Related to #2207, switching to use
command
to override/specify ENTRYPOINT will allow more flexibility in image choices that havecurl
available.