mirrormanager: try more correctly to add a secondary gid for mirrormanager
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
12cac257fd
commit
21dc6b549f
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue