mirrormanager: try adding ftpsync as supplementary group
Right now mirrormanage isn't able to update mirrorlists because we have a pre bitflip release thats not open to it. It gets a perm denied and just crashes. We use this pattern already in coreos where they have to deal with ftpsync owned content (although it's writing there, not reading). See: https://github.com/fedora-infra/mirrormanager2/issues/407 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
912cac3238
commit
469dbff21b
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ spec:
|
|||
- name: secrets
|
||||
mountPath: "/etc/mirrormanager-secrets"
|
||||
readOnly: true
|
||||
securityContext:
|
||||
supplementalGroups: [263]
|
||||
|
||||
volumes:
|
||||
{{ common_volumes() }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue