mirrormanager: no quotes here

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

View file

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