mirrormanager: fix the supplementalgroups

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-02 13:04:20 +02:00
parent 7e65c9cff6
commit e9a7756ab5
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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 %}