Skip to content

Commit 08aa3e7

Browse files
Fix tempo permissions after update to v1.9.0
1 parent 0806507 commit 08aa3e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

charts/tempo/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@ tempo:
9797
endpoint: "0.0.0.0:4317"
9898
http:
9999
endpoint: "0.0.0.0:4318"
100-
securityContext: {}
100+
securityContext:
101+
fsGroup: 10001
102+
runAsNonRoot: true
103+
runAsUser: 10001
104+
runAsGroup: 10001
101105
# allowPrivilegeEscalation: false
102106
# capabilities:
103107
# drop:

0 commit comments

Comments
 (0)