Skip to content

Commit

Permalink
remove testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 8, 2024
1 parent 42d2700 commit b082f8e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,9 @@ 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:
capabilities:
add: [ "NET_ADMIN", "SYS_TIME" ]
containerSecurityContext: {}
# -- Global security Context for all pods, except for MongoDB and MinIo. Pod security Context for them needs to be provided separately.
podSecurityContext:
seccompProfile:
type: RuntimeDefault
podSecurityContext: {}
# 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.
sharedSecretGenerator:
Expand Down

0 comments on commit b082f8e

Please sign in to comment.