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

fix: handle enable monitoring boolean flag #676

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

flavio
Copy link
Member

@flavio flavio commented Mar 12, 2024

A change has been done to policy-server. Starting from the v1.11 release, the boolean flags must take either true or false as values when they are toggled via environment variables.
Prior to that, any kind of value was fine.

A change has been done to policy-server. Starting from the v1.11
release, the boolean flags must take either `true` or `false` as values
when they are toggled via environment variables.

Prior to that, any kind of value was fine.

Signed-off-by: Flavio Castelli <[email protected]>
@flavio flavio requested a review from a team as a code owner March 12, 2024 17:04
@flavio flavio added this to the 1.11 milestone Mar 12, 2024
@flavio flavio self-assigned this Mar 12, 2024
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.45%. Comparing base (e7db4cf) to head (251ad8a).

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #676       +/-   ##
===========================================
+ Coverage   42.17%   69.45%   +27.28%     
===========================================
  Files          23        5       -18     
  Lines        2006      478     -1528     
===========================================
- Hits          846      332      -514     
+ Misses       1085      100      -985     
+ Partials       75       46       -29     
Flag Coverage Δ
integration-tests 69.45% <ø> (+0.41%) ⬆️
unit-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@flavio flavio merged commit 92a0aa6 into kubewarden:main Mar 12, 2024
9 checks passed
@flavio flavio deleted the fix-boolean-flags branch March 12, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants