From ab6bd11e06ecd20e46e8c4a726704a7aab592d43 Mon Sep 17 00:00:00 2001 From: Erik Stidham Date: Tue, 17 Dec 2024 16:13:28 -0600 Subject: [PATCH] Update CRDs: SecurityEventWebhooks --- .../crd.projectcalico.org_securityeventwebhooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/crds/enterprise/crd.projectcalico.org_securityeventwebhooks.yaml b/pkg/crds/enterprise/crd.projectcalico.org_securityeventwebhooks.yaml index 7bb44f826c..7714972c41 100644 --- a/pkg/crds/enterprise/crd.projectcalico.org_securityeventwebhooks.yaml +++ b/pkg/crds/enterprise/crd.projectcalico.org_securityeventwebhooks.yaml @@ -97,7 +97,7 @@ spec: type: array consumer: description: 'indicates the SecurityEventWebhook intended consumer, - one of: Slack, Jira' + one of: Slack, Jira, Generic, AlertManager' type: string query: description: defines the SecurityEventWebhook query to be executed @@ -105,7 +105,7 @@ spec: type: string state: description: 'defines the webhook desired state, one of: Enabled, - Disabled or Debug' + Disabled, Test or Debug' type: string required: - config