From b082f8ecf70b00dde55043e3bf5ee4e6518c3095 Mon Sep 17 00:00:00 2001 From: ypoplavs Date: Fri, 8 Nov 2024 13:40:45 +0200 Subject: [PATCH] remove testing --- charts/testkube-enterprise/values.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/testkube-enterprise/values.yaml b/charts/testkube-enterprise/values.yaml index 6c0e05273..6168f7c12 100644 --- a/charts/testkube-enterprise/values.yaml +++ b/charts/testkube-enterprise/values.yaml @@ -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: