Skip to content

Commit

Permalink
fix: specify user/group/fsgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Jan 8, 2025
1 parent 5c595c1 commit 1ba9997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/testkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,9 @@ testkube-api:
# -- Testkube API Pod Security Context
podSecurityContext:
runAsNonRoot: true
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001

# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
# -- Security Context for testkube-api container
Expand Down

0 comments on commit 1ba9997

Please sign in to comment.