Fix the supplementalGroups in fedora-packages-static

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-03 16:47:18 +02:00
parent 1ddf40d2dc
commit 88c228a362
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -57,6 +57,9 @@ spec:
httpGet:
path: /
port: 8080
# oc describe project/fedora-packages-static | grep supplemental-groups
securityContext:
supplementalGroups: [1001200000]
volumes:
- name: data-volume
persistentVolumeClaim:
@ -126,8 +129,9 @@ spec:
path: /
port: 8983
# Add solr's default gid to nfs group
# oc describe project/fedora-packages-static | grep supplemental-groups
securityContext:
supplementalGroups: [8983]
supplementalGroups: [8983,1001200000]
volumes:
- name: data-volume
persistentVolumeClaim: