Skip to content

Commit

Permalink
fix: security context for worker service
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Nov 14, 2024
1 parent d042c55 commit dea2ff1
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 @@ -454,6 +454,9 @@ testkube-worker-service:
# -- Pod Security Context
podSecurityContext:
runAsNonRoot: true
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
# -- Container Security Context
securityContext:
readOnlyRootFilesystem: true
Expand Down

0 comments on commit dea2ff1

Please sign in to comment.