apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: trivy namespace: argocd spec: project: foundation source: repoURL: https://aquasecurity.github.io/helm-charts targetRevision: 0.20.0 chart: trivy-operator helm: releaseName: trivy destination: server: https://kubernetes.default.svc namespace: trivy-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true