cortexproject / cortex-helm-chart

Helm chart for Cortex
Apache License 2.0
147 stars 163 forks source link

Add securityContext to memcached metrics containers #440

Closed dszakallas closed 1 year ago

dszakallas commented 1 year ago

An upstream issue with the memcached Helm chart prevents us to change the security context of the metrics exporter sidecar running in memcached pods. This prevents enforcing the restrictive PSS for memcached with metrics enabled in a straightforward way.

See the upstream issue: https://github.com/bitnami/charts/issues/15449 It has been fixed in v6.3.12 (https://github.com/bitnami/charts/pull/15450).