Skip to content

Commit cb32d6c

Browse files
committed
fix: test
Signed-off-by: Vladislav Sukhin <[email protected]>
1 parent 5a26ad1 commit cb32d6c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

charts/testkube/values.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -880,16 +880,15 @@ testkube-api:
880880
# enabled: true
881881
# -- Execution namespaces for Testkube API to only run tests
882882
# In this case, a Role and a RoleBinding will be created for each specified namespace.
883-
executionNamespaces: []
884-
883+
executionNamespaces:
885884
# -- Namespace for test execution
886-
# - namespace: default
885+
- namespace: default
887886
# -- Whether to generate RBAC for testkube api server or use manually provided
888-
# generateAPIServerRBAC: true
887+
generateAPIServerRBAC: true
889888
# -- Job service account name for test jobs
890-
# jobServiceAccountName: tests-job-default
889+
jobServiceAccountName: tests-job-default
891890
# -- Whether to generate RBAC for test job or use manually provided
892-
# generateTestJobRBAC: true
891+
generateTestJobRBAC: true
893892

894893
# -- default storage class name for PVC volumes
895894
defaultStorageClassName: ""

0 commit comments

Comments
 (0)