Don't run a chgrp -R all the time (speeds up pod creation)

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-09 11:52:32 +02:00
parent d2d34ab68d
commit b847ea4815
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -88,5 +88,6 @@
{% macro security_context() -%}
securityContext:
fsGroup: 1001280000
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [1001280000]
{% endmacro %}