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: ""
|
image: ""
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources: {}
|
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:
|
volumes:
|
||||||
- name: fedora-ostree-content-volume
|
- name: fedora-ostree-content-volume
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue