-
Notifications
You must be signed in to change notification settings - Fork 30
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
Expose pod security context per component #1029
Expose pod security context per component #1029
Conversation
26f0314
to
e979482
Compare
Signed-off-by: Ruben Vargas <[email protected]>
e979482
to
c5fbc3f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1029 +/- ##
==========================================
+ Coverage 73.08% 73.10% +0.02%
==========================================
Files 106 106
Lines 6624 6630 +6
==========================================
+ Hits 4841 4847 +6
Misses 1493 1493
Partials 290 290
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
I think we should also set it on the compactor component
cf9ac9b
to
04ecd16
Compare
@andreasgerstmayr do you think we need to put a default value? |
Co-authored-by: Andreas Gerstmayr <[email protected]> Signed-off-by: Ruben Vargas <[email protected]>
Signed-off-by: Ruben Vargas <[email protected]>
We do set a default security context on the containers, for example here:
It has some common fields, but is not the same type. I'm not sure if we should set any defaults ( RunAsNonRoot maybe? but that could break if users use a custom Tempo image).
Do you think the container security context should also be customizable? Then we should plan in advance and give the two different security contexts a distinctive name, for example |
I would say we can preserve this without any default value for now. and agree on the renaming. |
398ee78
to
b90d53a
Compare
Signed-off-by: Ruben Vargas <[email protected]>
Signed-off-by: Ruben Vargas <[email protected]>
No description provided.