-
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-17164: Fix SelinuxProfile inherit issue #1904
Conversation
This pr fixes SelinuxProfile inherits another SelinuxProfile. The issue is caused by wrong Inherit type name being used.
/ok-to-test |
/retest |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1904 +/- ##
==========================================
- 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 |
[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 pr fixes SelinuxProfile inherits another SelinuxProfile. The issue is caused by wrong Inherit type name being used.
Which issue(s) this PR fixes:
Fixes OCPBUGS-17164
Does this PR have test?
Yes
Special notes for your reviewer:
Does this PR introduce a user-facing change?
NONE