-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Remove appArmorProfile from CronJob helm template #34100
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
Conversation
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.
Nice catch!
/test |
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 for the PR! If you say so.
@rolinh thanks for enabling automerge. However, the CI is failing (probably for unrelated reason). How to move forward? |
/ci-clustermesh |
@sathieu, not sure but agree, it's probably a flake. I re-triggered the failing test, let's see if that suffices. |
Head branch was pushed to by a user without write access
CI is still failing. I rebased... |
@rolinh I ended up removing completely the appArmorProfile. This was breaking CI (probably a kind known issue). Please review again 🙏 . EDIT: this is actually reverting badf925. |
The condition is reversed, and fixing it breaks CI. See cilium#33077 Signed-off-by: Mathieu Parent <math.parent@gmail.com>
/test |
@rolinh blocking on this, in case you want to have another look |
@julianwiedmann There are some CI failures, but I don't understand the problem. Maybe a flaky test? |
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.
Sorry for the delay. LGTM, thanks!
The condition is reversed, and fixing it breaks CI.
See #33077
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
Fixes: #34145