diff --git a/deployments/common/ap-policy-definition.yaml b/deployments/common/ap-policy-definition.yaml index d03c77c847..4558d8df0e 100644 --- a/deployments/common/ap-policy-definition.yaml +++ b/deployments/common/ap-policy-definition.yaml @@ -868,6 +868,21 @@ spec: name: type: string type: object + threat-campaigns: + items: + properties: + isEnabled: + type: boolean + name: + type: string + type: object + type: array + threatCampaignReference: + properties: + link: + pattern: ^http + type: string + type: object urlReference: properties: link: diff --git a/deployments/helm-chart/crds/ap-policy.yaml b/deployments/helm-chart/crds/ap-policy.yaml index 1fc01816db..66f8801773 100644 --- a/deployments/helm-chart/crds/ap-policy.yaml +++ b/deployments/helm-chart/crds/ap-policy.yaml @@ -870,6 +870,21 @@ spec: name: type: string type: object + threat-campaigns: + items: + properties: + isEnabled: + type: boolean + name: + type: string + type: object + type: array + threatCampaignReference: + properties: + link: + pattern: ^http + type: string + type: object urlReference: properties: link: