File tree 1 file changed +20
-0
lines changed
charts/testkube-operator/templates
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 54
54
enum :
55
55
- run
56
56
type : string
57
+ actionParameters :
58
+ description : supported action parameters for test triggers
59
+ properties :
60
+ config :
61
+ additionalProperties :
62
+ type : string
63
+ type : object
64
+ description : configuration to pass for the workflow
65
+ tags :
66
+ additionalProperties :
67
+ type : string
68
+ description : test workflow execution tags
69
+ type : object
70
+ type : object
57
71
concurrencyPolicy :
58
72
description : ConcurrencyPolicy defines concurrency policy for selected
59
73
Execution
@@ -268,6 +282,9 @@ spec:
268
282
namespace :
269
283
description : Namespace of the Kubernetes object
270
284
type : string
285
+ namespaceRegex :
286
+ description : kubernetes resource namespace regex
287
+ type : string
271
288
type : object
272
289
testSelector :
273
290
description : TestSelector identifies on which Testkube Kubernetes
@@ -328,6 +345,9 @@ spec:
328
345
namespace :
329
346
description : Namespace of the Kubernetes object
330
347
type : string
348
+ namespaceRegex :
349
+ description : kubernetes resource namespace regex
350
+ type : string
331
351
type : object
332
352
required :
333
353
- action
You can’t perform that action at this time.
0 commit comments