Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
threadfin: defaultSecurityContext
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruns committed Mar 20, 2024
1 parent 6c59370 commit e997694
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions media/threadfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -85,3 +80,10 @@ persistence:
type: emptyDir
globalMounts:
- path: /tmp/threadfin

defaultPodOptions:
securityContext:
runAsUser: 12345
runAsGroup: 23456
fsGroup: 23456
fsGroupChangePolicy: "OnRootMismatch"

0 comments on commit e997694

Please sign in to comment.