From cb1f9bf585ec1786dd18712c12031e84153045ba Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 9 Apr 2020 18:20:27 -0400 Subject: [PATCH] openshift-apps/coreos-ostree-importer: trim down supplemental groups Turns out we only need 263. See https://pagure.io/releng/issue/8811#comment-629051 --- .../coreos-ostree-importer/templates/deploymentconfig.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml b/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml index e69fa1d99d..0c3e25971c 100644 --- a/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml +++ b/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml @@ -43,10 +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 + # 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: [48, 263] + supplementalGroups: [263] volumes: - name: fedora-ostree-content-volume persistentVolumeClaim: