[go: up one dir, main page]

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: kyverno apply panic for mutate policies #9492

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

eddycharly
Copy link
Member

Explanation

Fix kyverno apply panic for mutate policies.

Related issue

Fixes #9329

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Copy link
codecov bot commented Jan 23, 2024

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (2c34391) 32.67% compared to head (8313166) 32.70%.

Files Patch % Lines
pkg/validation/policy/actions.go 0.00% 7 Missing ⚠️
pkg/policy/generate/validate.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9492      +/-   ##
==========================================
+ Coverage   32.67%   32.70%   +0.03%     
==========================================
  Files         328      327       -1     
  Lines       26435    26406      -29     
==========================================
  Hits         8637     8637              
+ Misses      16995    16966      -29     
  Partials      803      803              

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

@eddycharly eddycharly enabled auto-merge (squash) January 23, 2024 16:36
@eddycharly eddycharly merged commit 0b7a6a1 into kyverno:main Jan 24, 2024
231 of 233 checks passed
@chipzoller
Copy link
Contributor

Would have been nice to see a before and after comparison of this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [CLI] kyverno apply panic for mutate policies
3 participants