From ea1b3c6be373d1c351aa4976fef9ae9680b78a3f Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Fri, 1 Dec 2023 09:15:56 +0000 Subject: [PATCH] chore: fix missing integration 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: