mirrormanager: fix the supplementalgroups
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
7e65c9cff6
commit
e9a7756ab5
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue