Skip to content

Commit

Permalink
test secContext
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 5, 2024
1 parent 4e7f72d commit 81eacd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,11 @@ global:
# -- Toggle whether to globally skip certificate verification
#skipVerify: true
# -- Global security Context for all containers, except for MongoDB and MinIo. Container security context for them needs to be provided separately.
containerSecurityContext: {}
containerSecurityContext:
readOnlyRootFilesystem: true
# -- Global security Context for all pods, except for MongoDB and MinIo. Pod security Context for them needs to be provided separately.
podSecurityContext: {}
podSecurityContext:
fsGroup: 2000

# Testkube requires a variety of secrets to operate.
# Any secret not provided manually will be automatically generated with a random value by the shared secret job.
Expand Down

0 comments on commit 81eacd8

Please sign in to comment.