diff --git a/charts/testkube-operator/templates/testworkflows.testkube.io_testworkflows.yaml b/charts/testkube-operator/templates/testworkflows.testkube.io_testworkflows.yaml index ffc350db0..23bbc80bd 100644 --- a/charts/testkube-operator/templates/testworkflows.testkube.io_testworkflows.yaml +++ b/charts/testkube-operator/templates/testworkflows.testkube.io_testworkflows.yaml @@ -1709,6 +1709,9 @@ spec: paused: description: pause the step initially type: boolean + pure: + description: mark the step as pure, applying optimizations to merge the containers together + type: boolean retry: description: policy for retrying the step properties: @@ -6435,6 +6438,9 @@ spec: paused: description: pause the step initially type: boolean + pure: + description: mark the step as pure, applying optimizations to merge the containers together + type: boolean retry: description: policy for retrying the step properties: @@ -9357,6 +9363,9 @@ spec: paused: description: pause the step initially type: boolean + pure: + description: mark the step as pure, applying optimizations to merge the containers together + type: boolean retry: description: policy for retrying the step properties: @@ -10613,6 +10622,16 @@ spec: type: string type: object type: array + system: + description: system configuration to define the orchestration behavior + properties: + isolatedContainers: + description: disable the behavior of merging multiple operations in a single container + type: boolean + pureByDefault: + description: assume all the steps are pure by default + type: boolean + type: object use: description: templates to include at a top-level of workflow items: diff --git a/charts/testkube-operator/templates/testworkflows.testkube.io_testworkflowtemplates.yaml b/charts/testkube-operator/templates/testworkflows.testkube.io_testworkflowtemplates.yaml index 577906d53..14418dbb8 100644 --- a/charts/testkube-operator/templates/testworkflows.testkube.io_testworkflowtemplates.yaml +++ b/charts/testkube-operator/templates/testworkflows.testkube.io_testworkflowtemplates.yaml @@ -1692,6 +1692,9 @@ spec: paused: description: pause the step initially type: boolean + pure: + description: mark the step as pure, applying optimizations to merge the containers together + type: boolean retry: description: policy for retrying the step properties: @@ -6324,6 +6327,9 @@ spec: paused: description: pause the step initially type: boolean + pure: + description: mark the step as pure, applying optimizations to merge the containers together + type: boolean retry: description: policy for retrying the step properties: @@ -9172,6 +9178,9 @@ spec: paused: description: pause the step initially type: boolean + pure: + description: mark the step as pure, applying optimizations to merge the containers together + type: boolean retry: description: policy for retrying the step properties: @@ -10371,6 +10380,16 @@ spec: type: string type: object type: array + system: + description: system configuration to define the orchestration behavior + properties: + isolatedContainers: + description: disable the behavior of merging multiple operations in a single container + type: boolean + pureByDefault: + description: assume all the steps are pure by default + type: boolean + type: object type: object required: - spec