openshift-apps: add supplemental groups to fedora-ostree-pruner
This is similar to what we've done for coreos-ostree-importer. See https://pagure.io/releng/issue/8811#comment-629051 for more information.
This commit is contained in:
parent
b6622ab49b
commit
2f42b33462
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ spec:
|
|||
image: ""
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
# The files in the ostree volumes are created with group ownership of 263.
|
||||
# We need to have 263 in our supplemental groups. See https://pagure.io/releng/issue/8811#comment-629051
|
||||
securityContext:
|
||||
supplementalGroups: [263]
|
||||
volumes:
|
||||
- name: fedora-ostree-content-volume
|
||||
persistentVolumeClaim:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue