-
Notifications
You must be signed in to change notification settings - Fork 594
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 sidecar conditionals #4672
Fix sidecar conditionals #4672
Conversation
@anilkeshav27 As discussed, this is a prerequisite to make detectExecuteScan scan images as well. |
1a0c824
to
dcd338a
Compare
/it-go |
d1c391b
to
285d431
Compare
/it-go |
@anilkeshav27 Anything missing? |
285d431
to
948a709
Compare
/it-go |
948a709
to
6ba2421
Compare
/it-go |
@anilkeshav27 could you please review the PR? |
6ba2421
to
3eddad8
Compare
/it-go |
3eddad8
to
28a7077
Compare
/it-go |
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
Co-authored-by: Philipp Stehle <[email protected]>
Co-authored-by: Ralf Pannemans <[email protected]>
Co-authored-by: Philipp Stehle <[email protected]>
28a7077
to
8254d2b
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
/it-go |
* fix sidecar conditionals Co-authored-by: Philipp Stehle <[email protected]> * Fix unit tests Co-authored-by: Ralf Pannemans <[email protected]> * Consider parameter used in conditions of sidecars Co-authored-by: Philipp Stehle <[email protected]> --------- Co-authored-by: Johannes Dillmann <[email protected]> Co-authored-by: Philipp Stehle <[email protected]>
Condition did not work for sidecars because the were only evaluated, but never actually added to the config.
Changes