mirrormanager: try more correctly to add a secondary gid for mirrormanager

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-10-26 12:29:57 -07:00
parent 12cac257fd
commit 21dc6b549f

View file

@ -88,5 +88,5 @@
{# oc describe project/mirrormanager | grep supplemental-groups #}
{% macro security_context() -%}
securityContext:
supplementalGroups: [{{ (env == "staging")|ternary("1001280000", "1000890000") }}]
supplementalGroups: [{{ (env == "staging")|ternary("1001280000", "1000890000") }},"263"]
{% endmacro %}