From e99769490552d4a6b0ada04528d30a78065dd400 Mon Sep 17 00:00:00 2001 From: jbruns Date: Tue, 19 Mar 2024 17:37:00 -0700 Subject: [PATCH] threadfin: defaultSecurityContext --- media/threadfin/values.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/media/threadfin/values.yaml b/media/threadfin/values.yaml index 4d88ccb6..bd306a0a 100644 --- a/media/threadfin/values.yaml +++ b/media/threadfin/values.yaml @@ -6,12 +6,7 @@ controllers: pod: runtimeClassName: nvidia - securityContext: # shift from root, match guide2go default - runAsUser: 12345 - runAsGroup: 23456 - fsGroup: 23456 - fsGroupChangePolicy: "OnRootMismatch" - + containers: main: image: @@ -85,3 +80,10 @@ persistence: type: emptyDir globalMounts: - path: /tmp/threadfin + +defaultPodOptions: + securityContext: + runAsUser: 12345 + runAsGroup: 23456 + fsGroup: 23456 + fsGroupChangePolicy: "OnRootMismatch" \ No newline at end of file