From 8c9a6693181e67f7352dda8196fe402987bfecea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 26 Oct 2024 12:32:30 -0700 Subject: [PATCH] mirrormanager: no quotes here Signed-off-by: Kevin Fenzi --- roles/openshift-apps/mirrormanager/templates/_macros.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/mirrormanager/templates/_macros.yml b/roles/openshift-apps/mirrormanager/templates/_macros.yml index 172626e464..8aa3a74775 100644 --- a/roles/openshift-apps/mirrormanager/templates/_macros.yml +++ b/roles/openshift-apps/mirrormanager/templates/_macros.yml @@ -88,5 +88,5 @@ {# oc describe project/mirrormanager | grep supplemental-groups #} {% macro security_context() -%} securityContext: - supplementalGroups: [{{ (env == "staging")|ternary("1001280000", "1000890000") }},"263"] + supplementalGroups: [{{ (env == "staging")|ternary("1001280000", "1000890000") }},263] {% endmacro %}