From e9a7756ab59d04445be820aa43c6d718771be63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 2 Jul 2025 13:04:20 +0200 Subject: [PATCH] mirrormanager: fix the supplementalgroups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/mirrormanager/templates/_macros.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/mirrormanager/templates/_macros.yml.j2 b/roles/openshift-apps/mirrormanager/templates/_macros.yml.j2 index 53da9ef404..4099d0677e 100644 --- a/roles/openshift-apps/mirrormanager/templates/_macros.yml.j2 +++ b/roles/openshift-apps/mirrormanager/templates/_macros.yml.j2 @@ -94,5 +94,5 @@ {# oc describe project/mirrormanager | grep supplemental-groups #} {% macro security_context() -%} securityContext: - supplementalGroups: [{{ (env == "staging")|ternary("1001280000", "1000890000") }},263] + supplementalGroups: [{{ (env == "staging")|ternary("1001090000", "1001060000") }},263] {% endmacro %}