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:
parent
dafe7b0e8c
commit
ae761b801a
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue