File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -880,16 +880,15 @@ testkube-api:
880
880
# enabled: true
881
881
# -- Execution namespaces for Testkube API to only run tests
882
882
# In this case, a Role and a RoleBinding will be created for each specified namespace.
883
- executionNamespaces : []
884
-
883
+ executionNamespaces :
885
884
# -- Namespace for test execution
886
- # - namespace: default
885
+ - namespace : default
887
886
# -- Whether to generate RBAC for testkube api server or use manually provided
888
- # generateAPIServerRBAC: true
887
+ generateAPIServerRBAC : true
889
888
# -- Job service account name for test jobs
890
- # jobServiceAccountName: tests-job-default
889
+ jobServiceAccountName : tests-job-default
891
890
# -- Whether to generate RBAC for test job or use manually provided
892
- # generateTestJobRBAC: true
891
+ generateTestJobRBAC : true
893
892
894
893
# -- default storage class name for PVC volumes
895
894
defaultStorageClassName : " "
You can’t perform that action at this time.
0 commit comments