Mirrormanager: adjust the supplementalGroups
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b847ea4815
commit
e7817be546
1 changed files with 1 additions and 3 deletions
|
@ -87,7 +87,5 @@
|
||||||
|
|
||||||
{% macro security_context() -%}
|
{% macro security_context() -%}
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1001280000
|
supplementalGroups: [{{ (env == "staging")|ternary("1001280000", "1000890000") }}]
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
|
||||||
supplementalGroups: [1001280000]
|
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue