diff --git a/charts/testkube/values.yaml b/charts/testkube/values.yaml index a32f998de..b874b1199 100644 --- a/charts/testkube/values.yaml +++ b/charts/testkube/values.yaml @@ -45,13 +45,9 @@ global: # -- Additional volume mounts to be added to the Testkube API container and Test Jobs containers additionalVolumeMounts: [] # -- Security Context for all pods - podSecurityContext: - seccompProfile: - type: RuntimeDefault + podSecurityContext: {} # -- Security Context for all containers - containerSecurityContext: - capabilities: - add: [ "NET_ADMIN", "SYS_TIME" ] + containerSecurityContext: {} # -- Test Workflows configuration testWorkflows: # -- Create TestWorkflowTemplates to easily use the service account