From caa5f4f8e93964b7ce7c3547d8c08f0786d82a04 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 27 Feb 2024 21:32:02 +0100 Subject: [PATCH] remove unused trivy --- argoapps/zurrli/system/trivy.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 argoapps/zurrli/system/trivy.yaml diff --git a/argoapps/zurrli/system/trivy.yaml b/argoapps/zurrli/system/trivy.yaml deleted file mode 100644 index 5110875..0000000 --- a/argoapps/zurrli/system/trivy.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: trivy - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - sources: - - chart: trivy-operator - repoURL: https://aquasecurity.github.io/helm-charts/ - targetRevision: 0.20.6 - helm: - values: | - serviceMonitor: - enabled: true - destination: - namespace: trivy-system - server: https://kubernetes.default.svc - project: system - syncPolicy: - syncOptions: - - CreateNamespace=true