From 9e0af9d159f6c6ab1d2bc6fd321988d4404ff730 Mon Sep 17 00:00:00 2001 From: Stefan Lobbenmeier Date: Sun, 9 Jun 2024 00:22:14 +0200 Subject: [PATCH] Fix tempo permissions after update to v1.9.0 Signed-off-by: Stefan Lobbenmeier --- charts/tempo/values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/tempo/values.yaml b/charts/tempo/values.yaml index f19418fb52..fca57a01ed 100644 --- a/charts/tempo/values.yaml +++ b/charts/tempo/values.yaml @@ -97,7 +97,11 @@ tempo: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318" - securityContext: {} + securityContext: + fsGroup: 10001 + runAsNonRoot: true + runAsUser: 10001 + runAsGroup: 10001 # allowPrivilegeEscalation: false # capabilities: # drop: