Fix the supplementalGroups in fedora-packages-static
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
1ddf40d2dc
commit
88c228a362
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue