grafana / tempo-operator

Grafana Tempo Kubernetes operator
https://grafana.com/docs/tempo/latest/setup/operator/
GNU Affero General Public License v3.0
55 stars 27 forks source link

Support modifying pod templates of the pods that tempo operator creates #971

Open markustoivonen opened 2 months ago

markustoivonen commented 2 months ago

Currently its not possible to modify the pod templates of the pods created by the tempo operator.

In our use case this means that we cannot apply relevant security policies that must exist in pods inside our cluster.

This type of feature is supported by many other CRDs, e.g. Apache Flink Operator

siegenthalerroger commented 1 month ago

This would also enable setting the securityContext as required in #996