fix(sizer-receiver): 🐛 add fsGroup to pod securityContext for PVC write access
Distroless nonroot container (UID 65534) needs matching fsGroup to write to the PVC used for SQLite migrations. Ref: IPCEICIS-8514
This commit is contained in:
parent
9374d90d1f
commit
a3bae88ce9
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ spec:
|
|||
labels:
|
||||
app: sizer-receiver
|
||||
spec:
|
||||
securityContext:
|
||||
fsGroup: 65534
|
||||
containers:
|
||||
- name: receiver
|
||||
image: edp.buildth.ing/devfw-cicd/forgejo-runner-sizer-receiver:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue