diff --git a/charts/testkube-operator/templates/executor.testkube.io_webhooks.yaml b/charts/testkube-operator/templates/executor.testkube.io_webhooks.yaml index bab687154..43109b781 100644 --- a/charts/testkube-operator/templates/executor.testkube.io_webhooks.yaml +++ b/charts/testkube-operator/templates/executor.testkube.io_webhooks.yaml @@ -35,6 +35,9 @@ spec: spec: description: WebhookSpec defines the desired state of Webhook properties: + attachJunitSummary: + description: whether webhook is attaching junit summary + type: boolean config: additionalProperties: description: webhook configuration value diff --git a/charts/testkube-operator/templates/executor.testkube.io_webhooktemplates.yaml b/charts/testkube-operator/templates/executor.testkube.io_webhooktemplates.yaml index 86dab17d8..f05369d9b 100644 --- a/charts/testkube-operator/templates/executor.testkube.io_webhooktemplates.yaml +++ b/charts/testkube-operator/templates/executor.testkube.io_webhooktemplates.yaml @@ -41,6 +41,9 @@ spec: description: WebhookTemplateSpec defines the desired state of Webhook Template properties: + attachJunitSummary: + description: whether webhook is attaching junit summary + type: boolean config: additionalProperties: description: webhook configuration value