Fix alloy-k8s: add fsGroup for data directory permissions
This commit is contained in:
parent
b5bf773d95
commit
e8ec538f28
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ spec:
|
|||
app: alloy
|
||||
spec:
|
||||
serviceAccountName: alloy
|
||||
securityContext:
|
||||
fsGroup: 473 # alloy user group
|
||||
containers:
|
||||
- name: alloy
|
||||
image: grafana/alloy:v1.5.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue