Skip to content

Commit

Permalink
remove tets values
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 10, 2024
1 parent dbc8a0f commit 54a0b98
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions charts/testkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54a0b98

Please sign in to comment.