From e8cc01042ed669c67ed9f2768fa10a7d4ba99dd6 Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Fri, 1 Dec 2023 10:21:45 +0000 Subject: [PATCH] chore: fix missing integration (#278) Signed-off-by: Alex Jones --- chart/operator/templates/k8sgpt-crd.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chart/operator/templates/k8sgpt-crd.yaml b/chart/operator/templates/k8sgpt-crd.yaml index 789b33d0..142d8996 100644 --- a/chart/operator/templates/k8sgpt-crd.yaml +++ b/chart/operator/templates/k8sgpt-crd.yaml @@ -81,6 +81,18 @@ spec: items: type: string type: array + integrations: + properties: + trivy: + properties: + enabled: + type: boolean + namespace: + type: string + skipInstall: + type: boolean + type: object + type: object noCache: type: boolean remoteCache: