Skip to content

Commit

Permalink
fix: dex use/group/fsgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Jan 8, 2025
1 parent 67a8904 commit a4fc8a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,9 @@ dex:
# -- Dex Pod Security Context
podSecurityContext:
runAsNonRoot: true
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
# -- Set resources requests and limits for Dex Service
resources:
requests:
Expand Down

0 comments on commit a4fc8a6

Please sign in to comment.