openshift-apps/coreos-ostree-importer: try out supplemental groups

We're hitting issues sharing files from inside and outside of openshift.
Let's see if we can have 48 and 263 in our supplemental groups.
This commit is contained in:
Dusty Mabe 2020-02-25 16:23:01 -05:00 committed by Pierre-Yves Chibon
parent dafe7b0e8c
commit ae761b801a

View file

@ -43,6 +43,10 @@ spec:
image: ""
imagePullPolicy: IfNotPresent
resources: {}
# The files in the ostree volumes are created by either 48 (apache user by bodhi/pungi)
# or 263 (ftpsync by new-updates-sync). We need to have these as our supplemental groups
securityContext:
supplementalGroups: [48, 263]
volumes:
- name: fedora-ostree-content-volume
persistentVolumeClaim: