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:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 8080
|
port: 8080
|
||||||
|
# oc describe project/fedora-packages-static | grep supplemental-groups
|
||||||
|
securityContext:
|
||||||
|
supplementalGroups: [1001200000]
|
||||||
volumes:
|
volumes:
|
||||||
- name: data-volume
|
- name: data-volume
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
@ -126,8 +129,9 @@ spec:
|
||||||
path: /
|
path: /
|
||||||
port: 8983
|
port: 8983
|
||||||
# Add solr's default gid to nfs group
|
# Add solr's default gid to nfs group
|
||||||
|
# oc describe project/fedora-packages-static | grep supplemental-groups
|
||||||
securityContext:
|
securityContext:
|
||||||
supplementalGroups: [8983]
|
supplementalGroups: [8983,1001200000]
|
||||||
volumes:
|
volumes:
|
||||||
- name: data-volume
|
- name: data-volume
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue