-
Notifications
You must be signed in to change notification settings - Fork 107
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
OCPBUGS-19744: Add RawSelinuxProfile type to the known type #1889
Conversation
This fixs a issue when we create a raw Selinux profile, we were not able to recognize the owner of the nodestatus if a rawselinuxprofile is being created
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1889 +/- ##
==========================================
- Coverage 49.23% 49.22% -0.01%
==========================================
Files 71 72 +1
Lines 7024 7033 +9
==========================================
+ Hits 3458 3462 +4
- Misses 3432 3437 +5
Partials 134 134 |
/retest |
Manually tested, this fixes the issue: Deploy raw selinux profile:
Watch rawselinuxprofile status to become ready.
|
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.
Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, Vincent056 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
This fixes a issue when we create a raw SELinux profile, we were not able to recognize the owner of the nodestatus if a rawselinuxprofile is being created
Which issue(s) this PR fixes:
Fixes OCPBUGS-19744
Does this PR have test?
N/A
Special notes for your reviewer:
Does this PR introduce a user-facing change?
None
For more information on release notes see: https://git.k8s.io/community/contributors/guide/release-notes.md
-->