Skip to content

Commit eb18c7b

Browse files
authored
feat: trigger parameters abd regex (#981)
Signed-off-by: Vladislav Sukhin <[email protected]>
1 parent f28f825 commit eb18c7b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

charts/testkube-operator/templates/tests.testkube.io_testtriggers.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ spec:
5454
enum:
5555
- run
5656
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
5771
concurrencyPolicy:
5872
description: ConcurrencyPolicy defines concurrency policy for selected
5973
Execution
@@ -268,6 +282,9 @@ spec:
268282
namespace:
269283
description: Namespace of the Kubernetes object
270284
type: string
285+
namespaceRegex:
286+
description: kubernetes resource namespace regex
287+
type: string
271288
type: object
272289
testSelector:
273290
description: TestSelector identifies on which Testkube Kubernetes
@@ -328,6 +345,9 @@ spec:
328345
namespace:
329346
description: Namespace of the Kubernetes object
330347
type: string
348+
namespaceRegex:
349+
description: kubernetes resource namespace regex
350+
type: string
331351
type: object
332352
required:
333353
- action

0 commit comments

Comments
 (0)