jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
258 stars 340 forks source link

[jaeger-operator] feat: allow configuring container security context for jaeger operator #465

Closed aniekgul closed 1 year ago

aniekgul commented 1 year ago

What this PR does

Allows configuring the security context for jaeger operator container. This enables configuration of options such as capabilities, allowPriviledgeEscalation, etc which are required in many platforms, orgs and while using the new restricted Pod security admission mode.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Checklist