Skip to content

Commit

Permalink
chore: fix missing integration (#278)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Dec 1, 2023
1 parent ed3a031 commit e8cc010
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions chart/operator/templates/k8sgpt-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e8cc010

Please sign in to comment.