diff --git a/pkg/integration/trivy/trivy.go b/pkg/integration/trivy/trivy.go index 3679cb3c37..1e5f0783c4 100644 --- a/pkg/integration/trivy/trivy.go +++ b/pkg/integration/trivy/trivy.go @@ -77,9 +77,12 @@ func (t *Trivy) Deploy(namespace string) error { ReleaseName: ReleaseName, ChartName: fmt.Sprintf("%s/%s", RepoShortName, ChartName), Namespace: namespace, - UpgradeCRDs: true, - Wait: false, - Timeout: 300, + + //TODO: All of this should be configurable + UpgradeCRDs: true, + Wait: false, + Timeout: 300, + CreateNamespace: true, } // Install a chart release.