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: