-
Notifications
You must be signed in to change notification settings - Fork 116
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
Clean up the "policy" field from ApparmorProfile CRD #2590
Conversation
@saschagrunert I see also this issue locally, but the VM seem to work fine when I remove it completely:
Should we remove it from all VMs definitions? |
@saschagrunert perfect, thanks a lot! |
Please rebase to fix the CI |
b7ea78b
to
b6f573d
Compare
Change-Id: I84637660b9034c37c78bcc4ec85a0e310cc7fa34 Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: I8aa8352cfdd78461fdf6f2dddd5564c9f2f3a694 Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: I8505ae47e3be59961d1dc58e65391c048092f4b5 Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: Ibfe6ae4086a5c166694e3e6a2f2440cc0fa74572 Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: I2e1eafe7fb9f51f7be072c6bb504f2296289ab1a Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: I186ed93f5e4c0750577e92677bb4cee033f931cd Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: I855475b222fa8095a4ef52e02b9b784fb13dac8c Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: Ib2abcc5ba0fc35e25f7990acb7ea93b97ce544a4 Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: Id4d26a501d9bed996e5f59a5c7f6e5082008bce9 Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: I262284bdecfbce1a2f1f23e95bb57d4d676c978b Signed-off-by: Cosmin Cojocar <[email protected]>
Change-Id: I419c8a172dfc41574c90a36e7346409c0e664936 Signed-off-by: Cosmin Cojocar <[email protected]>
…/ci/e2e-apparmor test Change-Id: I6e0df97860c205b97cd67a1545237e895c523b04 Signed-off-by: Cosmin Cojocar <[email protected]>
ce4f555
to
88a40ea
Compare
@saschagrunert All tests passed, please could you have a look? Thanks |
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.
Thank you!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ccojocar, saschagrunert 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 cleanup
What this PR does / why we need it:
This pull request is a follow-up on #2388 and removes complete the
policy
field from ApparmorProfile CRD. This field is not required anymore since all the content is generated from theabstract
.Additional work was done to fix the apparmor e2e tests, and to cleanup the code, manifests and documentation.
This work is a prerequisite for #2559.
Which issue(s) this PR fixes:
follow-up on #2388
Does this PR have test?
Yes
Special notes for your reviewer:
Does this PR introduce a user-facing change?
cc @mhils