-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Promtail] enables configuring psp in helm chart #2659
[Promtail] enables configuring psp in helm chart #2659
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2659 +/- ##
=======================================
Coverage 61.28% 61.28%
=======================================
Files 172 172
Lines 13360 13360
=======================================
Hits 8188 8188
Misses 4419 4419
Partials 753 753 |
hey @rskrishnar thanks for the PR! I think this should be a configurable option with the default values left to false as they were originally and if someone wants to enable this they can do so in their values.yaml file. I believe by forcing these to true many users would no longer be able to run promtail in environments which don't allow these policies. I think the safer approach is to leave it false and allow people to turn them to true if they would like to. |
d11af51
to
d5b628e
Compare
@slim-bean yes I agree. added the default values to values.yaml. |
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.
LGTM
Can you also bump the umbrella chart version ! Thanks ✌️
f64b1c3
to
33d3ec1
Compare
@cyriltovena bumped the loki-stack helm chart version. Also updated the PR title for more clarity. |
* makes pod security policy configurable * bump promtail chart version * bump loki-stack chart version Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* makes pod security policy configurable * bump promtail chart version * bump loki-stack chart version
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #2630
Special notes for your reviewer:
Checklist