-
Notifications
You must be signed in to change notification settings - Fork 3.4k
helm: uniform hubble and clustermesh certgen job security posture #39368
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
helm: uniform hubble and clustermesh certgen job security posture #39368
Conversation
/test |
This pull request has been automatically marked as stale because it |
I'll confess interest in this. |
Unfortunately this change uncovered an unrelated bug in Cilium (#39370). We need that to be fixed before getting this change in, otherwise CI becomes more flaky. |
This pull request has been automatically marked as stale because it |
This pull request has not seen any activity since it was marked stale. |
3790121 ("add securityContext for cronjob & disable hostNetwork") updated the hubble certgen job definition configuring a restrictive security context, and disabling host network. However, it missed updating the definition of the clustermesh one. Let's get that fixed, so that they are aligned. Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
27a71af
to
10f4ca4
Compare
/test |
Ready for review again, now that #39370 got fixed. |
3790121 ("add securityContext for cronjob & disable hostNetwork") updated the hubble certgen job definition configuring a restrictive security context, and disabling host network. However, it missed updating the definition of the clustermesh one. Let's get that fixed, so that they are aligned.
Fixes: #issue-number